mon_procd command-line syntax

7.1 z/VM guest

If you call the mon_procd daemon from the command line, you configure the daemon through command parameters.


1  mon_procd
2.1!  -i 60
2.1?  -i <seconds>
1?  -a
Where:
-i or --interval <seconds>
specifies the wanted sampling interval in seconds.
-a or --attach
runs the daemon in the foreground.
-h or --help
displays help information for the command. To view the man page, enter man mon_procd.
-v or --version
displays version information for the command.

Examples of command-line use

  • To start mon_procd with default setting:
    > mon_procd
  • To start mon_procd with a sampling interval of 30 seconds:
    > mon_procd -i 30
  • To start mon_procd and have it run in the foreground:
    > mon_procd -a
  • To start mon_procd with a sampling interval of 45 seconds and have it run in the foreground:
    > mon_procd -a -i 45