This is a view of processor activity, presented in 2 tables, one featuring the full command line.
In the first table, tasks running on the system are initially sorted, with the most CPU intensive first.

Module options:
-
-r (--remote) [[rsh|ssh]://][user@]host
remote monitoring using user as logname on remote host host (rsh or ssh facilities must be properly setup). If user is not specified, current user is used as logname on remote host. The protocol is either ssh or rsh (used by default). The module title is set to ps(host).
-
-u (--users) user[,user,...]
a comma separated list of users (by name or ID). Only processes that have a user ID or name included in the specified list are displayed.
Examples:
$ moodss ps -r jdoe@foo.bar.com
$ moodss ps -r ssh://jdoe@foo.bar.com
$ moodss ps --remote foo.bar.com
$ moodss ps -u root,jdoe
$ moodss ps --users 0 -r foo.bar.com