mon_fsstatd command-line syntax

Red Hat Enterprise Linux 9.2 z/VM guest

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

Read syntax diagramSkip visual syntax diagrammon_fsstatd -i 60-i  <seconds> -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.
-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