This is a view of all loaded modules for the Linux kernel.

The initial table columns are:
- module name
- size in bytes
- use count (0 if not used)
- state flag, abbreviated as follows: C (autoclean), D (deleted), I (uninitialized), U (unused)
- list of referring modules
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 kernmods(host).
When there is a communication error with the remote host, all rows disappear and the displayed table becomes empty. A descriptive error message is also generated in such a case.
Examples:
$ moodss kernmods -r jdoe@foo.bar.com
$ moodss kernmods -r ssh://jdoe@foo.bar.com
$ moodss kernmods --remote foo.bar.com