Example of mmpmon rhist reset request

This topic is an example of the rhist reset request to reset the histogram facility data to zero and the output that displays.

Assume that commandFile contains this line:
rhist reset
and this command is issued:
mmpmon -p -i commandFile
The output is similar to this:
_rhist_ _n_ 199.18.1.8 _nn_ node1 _req_ reset _rc_ 0 _t_ 1066939007 _tu_ 386241
If the -p flag is not specified, the output is similar to:
_rhist_ _n_ 199.18.1.8 _nn_ node1 _req_ reset _rc_ 0 _t_ 1066939007 _tu_ 386241
If the facility has never been enabled, the _rc_ value will be nonzero:
_rhist_ _n_ 199.18.1.8 _nn_ node1 _req_ reset _rc_ 1 _t_ 1066939143 _tu_ 148443
If the -p flag is not specified, the output is similar to:
mmpmon node 199.18.1.8 name node1 rhist reset status 1
not yet enabled

For information on interpreting mmpmon output results, see Other information about mmpmon output.