CLI Guide

Table Of Contents
See also
monitor create
report create-monitors
monitor get-stats
Get last stats from monitors
Contexts
All
Syntax
get-stats
[m | --monitors= context paths [, context paths>...]]
-p | --parseable
-h | --help
--verbose
Arguments
Required arguments
-m | --monitors= context paths [,
context paths ...]
* Get the last stats from the monitors specified by the listed context paths.
-p | --parseable
Output parser-friendly stats names
Optional arguments
-h | --help
Displays the usage for this command.
--verbose
Provides more output during command execution. This may not have any
effect for some commands.
* argument is positional
Description
Get last stats from monitors
The default polling frequency of System Wide perpetual monitors is 5 seconds and Virtual Volume perpetual monitors is 1 minute.
So your application should tune the poll frequency (calling the REST API to get the stats from metro node) according to the
poll frequency of the monitors. If your application is polling at a higher frequency than the monitor, your application will get
redundant data or data that it has already polled.
248
Commands