Afficher la table de routage

 1 $ cpstat os -f routing
 2 
 3 Routing table
 4 ---------------------------------------------------------
 5 |Destination    |Mask           |GateWay      |Interface|
 6 ---------------------------------------------------------
 7 |        0.0.0.0|        0.0.0.0|10.10.10.10|eth1c0   |
 8 |        0.0.0.0|        0.0.0.0|      0.0.0.0|         |
 9 |        0.0.0.0|255.255.255.255|      0.0.0.0|         |
10 |      11.11.11.20|255.255.255.252| 10.10.10.2|eth2c0   |
11 |      12.12.12.30|255.255.255.255| 10.10.10.3|eth3c0   |
12 ...

Afficher les informations CPU

1 $ cpstat os -f cpu
2 
3 CPU User Time (%):   0
4 CPU System Time (%): 3
5 CPU Idle Time (%):   96
6 CPU Usage (%):       3
7 CPU Queue Length:    5
8 CPU Interrupts/Sec:  -
9 CPUs Number:         1