statList
statList - gets the statistics from ports previously collected with statGroup or statWatch.
SYNOPSIS
statList sub-command options
DESCRIPTION
The statList command is used to get statistics previously read from the ports using the statGroup or statWatch command. A single call to statList get is used to make all of the valid statistics for a port available through subsequent calls to statList cget. Similarly, rate statistics are made available through the use of statList getRate, followed by calls to statList cget.
Note that the statName used in cgets is formed from the standard option name by prepending stat to the name and capitalizing the first letter of the option. (Example: for the option framesSent, the statName is statFramesSent.)
Refer to the Ixia Reference Guide for a list of which statistics are available for particular card modules and under particular circumstances.
STANDARD OPTIONS
The STANDARD OPTIONS associated with statList are the same as those associated with stat, with the exception of the enable* and mode options.
COMMANDS
The statList command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.
statList cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the stat command.
statList get chasID cardID portID
Makes the statistics associated with a particular port accessible through the use of statList cget -option. Refer to the Ixia Reference Guide for a list of the statistics names and the cases under which they are available.
statList getRate chasID cardID portID
Makes the rate statistics associated with a particular port accessible through the use of statList cget -option. Refer to the Ixia Reference Guide for a list of the statistics names and the cases under which they are available.
statList setDefault
Clears all of the statistics previously collected with statGroup
EXAMPLES
See examples under statGroup