mon_fsstatd command-line syntax

7.1 z/VM guest

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


1  mon_fsstatd
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_fsstatd.
-v or --version
displays version information for the command.

Examples of command-line use

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