Cisco Cisco ASR 5000

Page of 9109
Bulk Statistics Configuration Mode Commands   
▀  card schema 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
1732 
   
Example
 
The following command creates a schema named 
card1stats1
 that records the number of processes for all 
installed cards: 
card schema card1stats1 format “%slot%-%numproc%” 
To create a card-level schema named 
cardresourcestats
 that specifies a schema format of: 
 
Chassis slot number: 
slot
 
 
Available Memory: 
memtotal
 Memory Used (%): 
memused
 
 
Available CPU (%): 
cpuidle
 
Use the following command: 
card schema cardresourcestats format “Chassis slot number: 
%slot%\nAvailable Memory: %memtotal%\tMemory Used (%): 
%memused%\nAvailable CPU (%): %cpuidle%”