This is a view of processor activity for the system as a whole.
In the main table, the first entry (index 0) is for a single processor or the combination of all processors, in which case the table contains further lines (starting at index 1), one per processor in the system.

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 cpustats(host).
When there is a communication error with the remote host, only the first row (CPU 0) is left displayed, with all cells but the CPU number set to void (displayed as ?). A descriptive error message is also generated in such a case.
Examples:
$ moodss cpustats
$ moodss cpustats -r jdoe@foo.bar.com
$ moodss cpustats -r ssh://jdoe@foo.bar.com
$ moodss cpustats --remote foo.bar.com