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:
- --files
whether the files column is displayed in the first table (off by default). This gives the number of open files (actual files, sockets, ...) per process. Note that depending on the user who started moodss, not all file counts are displayed (usually only for that user's processes). Run moodss as root if you want to see the file counts for all processes.
- -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).
When there is a communication error with the remote host, all rows disappear and the displayed tables become empty. A descriptive error message is also generated in such a case.
- -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 --files
$ moodss ps --users 0 -r foo.bar.com