Next: hold,release
Up: FBSNG Command Line Interface
Previous: xsysmon
  Contents
The sysmon command provides an ASCII interface to the system monitoring tools. The format of the command is:
fbs sysmon [(-a|-cpsdxlTiIOeDCg)] [-r <interval>]
[-n <times>] <node> ...
The flags are now described:
-c: Print the CPU usage column
-p: Print the paging rate.
-s: Print swap space information
-i: Print interrupt information.
-d: Print disk usage
-x: Print context switch column
-l: Print load information
-T: Print the TPKTS column
-I: Print the IPKTS column
-O: Print the OPKTS column
-C: Print the COLLS column
-e: Print the ERRS column.
-a: Print all columns
-g: Print a glossary. This prints the titles of the columns
that would have been displayed, delimited by |.
-r secs: Causes the output to be repeated every
secs seconds.
-n repeatnum: Causes the output to be repeated repeatnum times. The default is to repeat forever.
FBSNG Home