Monitor CLI Commands
Page 104 7750 SR OS Basic System Configuration Guide
Parameters interface — Specify the interface's IP address (ip-address) or interface name (ip-int-name). Up to 5
interfaces can be specified. If the string contains special characters (#, $, spaces, etc.), the entire
string must be enclosed within double quotes.
interval seconds — Configures the interval for each display in seconds.
Default 11 seconds
Values 11 — 60
repeat repeat — Configures how many times the command is repeated.
Default 10
Values 1 — 999
absolute — When the absolute keyword is specified, the raw statistics are displayed, without
processing. No calculations are performed on the delta or rate statistics.
rate — When the rate keyword is specified, the rate-per-second for each statistic is displayed instead
of the delta.
Sample Output
A:ALA-12>monitor>router>mpls# interface system interval 3 repeat 3 absolute
===============================================================================
Monitor statistics for MPLS Interface "system"
===============================================================================
At time t = 0 sec (Base Statistics)
-------------------------------------------------------------------------------
Transmitted : Pkts - 0 Octets - 0
Received : Pkts - 0 Octets - 0
-------------------------------------------------------------------------------
At time t = 3 sec (Mode: Absolute)
-------------------------------------------------------------------------------
Transmitted : Pkts - 0 Octets - 0
Received : Pkts - 0 Octets - 0
-------------------------------------------------------------------------------
At time t = 6 sec (Mode: Absolute)
-------------------------------------------------------------------------------
Transmitted : Pkts - 0 Octets - 0
Received : Pkts - 0 Octets - 0
-------------------------------------------------------------------------------
At time t = 9 sec (Mode: Absolute)
-------------------------------------------------------------------------------
Transmitted : Pkts - 0 Octets - 0
Received : Pkts - 0 Octets - 0
===============================================================================
A:ALA-12>monitor>router>mpls#
A:ALA-12>monitor>router>mpls# interface system interval 3 repeat 3 rate
===============================================================================
Monitor statistics for MPLS Interface "system"
===============================================================================
-------------------------------------------------------------------------------
Transmitted : Pkts - 0 Octets - 0
Received : Pkts - 0 Octets - 0
-------------------------------------------------------------------------------
At time t = 3 sec (Mode: Rate)