status
Display the current status of the appliance.
User access
admin, pseoperator
Syntax
status
cpu
date
disk
interface
mac
mem
netstat
ps
time
zone
Argument(s) | Shortcut | Description |
---|---|---|
cpu | c |
Display the current CPU load. The CPU load data is presented as a series of five entries, as follows: 1.The average CPU load for the previous minute. This value is 0.14 in the example below. 2.The average CPU load for the previous five minutes. This value is 0.10 in the example below. 3.The average CPU load for the previous ten minutes. This value is 0.08 in the example below. 4.The number of currently running processes and the total number of processes. The example below shows 1 of 68 processes running. 5.The last process ID used. This value is 11162 in the example below. |
date | da | Display the current date and time. |
disk | di | Display hard disk utilization. |
interface | i | Display configuration and status information for the eth0 and eth1 interfaces. |
mac | ma | Display the MAC address of the eth0 and eth1 interfaces, if they have been configured. |
mem | me | Display the current memory usage. |
netstat | n | Display the current network connections. |
ps | p | Display the status of all active processes. |
time | t | Display the time currently configured on the appliance, using the 24 hour clock. |
zone | z | Display the currently configured time zone. |
Example
psesh:>status cpu CPU Load Averages: 0.14 0.10 0.08 1/68 11162 System uptime: At Fri Aug 5 07:26:15 EDT 2016, I am up 2:29 Command Result : 0 (Success)
psesh:>status date Fri Aug 5 07:29:04 EDT 2016 Command Result : 0 (Success)
psesh:>status disk ===================== Hard Disk utilization ===================== Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda2 3681872 696168 2795344 20% / /dev/sda1 194241 20086 163915 11% /boot Command Result : 0 (Success)
psesh:>status interface eth0 Link encap:Ethernet HWaddr 00:01:4E:02:D1:59 inet addr:172.20.11.40 Bcast:172.20.11.255 Mask:255.255.255.0 inet6 addr: fe80::201:4eff:fe02:d159/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:20849 errors:0 dropped:0 overruns:0 frame:0 TX packets:2183 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2034969 (1.9 MiB) TX bytes:291093 (284.2 KiB) Interrupt:16 Memory:fe9a0000-fe9c0000 eth1 Link encap:Ethernet HWaddr 00:01:4E:02:D1:5A BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:17 Memory:feaa0000-feac0000 ETH0 (Speed|Duplex): 1000Mb/s|Full ETH1 (Speed|Duplex): Unknown!|Unknown! Command Result : 0 (Success)
psesh:>status mac eth0 00:01:4E:02:D1:59 Command Result : 0 (Success)
psesh:>status mem total used free shared buffers cached Mem: 1019668 127360 892308 164 6928 67688 -/+ buffers/cache: 52744 966924 Swap: 0 0 0 Command Result : 0 (Success)
psesh:>status netstat Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 172.20.11.40:22 10.124.0.34:52153 ESTABLISHED tcp 0 0 :::12396 :::* LISTEN udp 0 0 0.0.0.0:68 0.0.0.0:* Active UNIX domain sockets (servers and established) Proto RefCnt Flags Type State I-Node Path unix 2 [ ACC ] STREAM LISTENING 8394 @/com/ubuntu/upstart unix 2 [ ] DGRAM 8828 @/org/kernel/udev/udevd unix 4 [ ] DGRAM 12263 /dev/log unix 2 [ ] DGRAM 12661 unix 2 [ ] DGRAM 12266 unix 2 [ ] DGRAM 12109 unix 2 [ ] DGRAM 12055 unix 2 [ ] DGRAM 10517 unix 3 [ ] DGRAM 8845 unix 3 [ ] DGRAM 8844 Command Result : 0 (Success)
psesh:>status time 07:31:41 Command Result : 0 (Success)
psesh:>status zone EDT Command Result : 0 (Success)