Created
September 19, 2014 14:33
-
-
Save shoeper/9f1c87bccf91755b2bad to your computer and use it in GitHub Desktop.
Output on Debian Wheezy armhf Cubietruck (CTDebian)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CPU checks | |
cat /proc/stat | |
cpu 5980399 11913132 2932635 127127029 1047304 264 31248 0 0 0 | |
cpu0 3011339 6167764 1718076 61891330 503296 253 23962 0 0 0 | |
cpu1 2969060 5745368 1214559 65235699 544008 11 7286 0 0 0 | |
intr 321175563 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 56805749 0 0 0 2291 0 0 0 3 0 11188722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12 0 0 0 82419651 0 0 0 0 0 0 0 0 0 21037226 0 2314064 0 0 0 0 91522406 0 0 45758249 0 0 0 0 0 0 0 0 165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3863400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
ctxt 344021807 | |
btime 1410377050 | |
processes 1430298 | |
procs_running 1 | |
procs_blocked 0 | |
softirq 142449099 0 47566706 151948 6590761 765137 0 1 25856071 42151 61476324 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Disk checks | |
df | grep ' /$' | |
rootfs 7369792 3767448 3227972 54% / | |
/dev/root 7369792 3767448 3227972 54% / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Load Avg checks | |
uptime | |
16:30:41 up 8 days, 19:06, 1 user, load average: 0.89, 0.48, 0.45 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Network checks | |
cat /proc/net/dev | |
16:30:41 up 8 days, 19:06, 1 user, load average: 0.89, 0.48, 0.45 | |
root@home:~# cat /proc/net/dev | |
Inter-| Receive | Transmit | |
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed | |
lo: 1020986445 2917725 0 0 0 0 0 0 1020986445 2917725 0 0 0 0 0 0 | |
tunl0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 | |
eth0: 733761939 2621620 1 1303 0 0 0 0 2641911549 2299439 0 0 0 0 0 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RAM checks | |
cat /proc/meminfo | |
MemTotal: 2047976 kB | |
MemFree: 104112 kB | |
Buffers: 61040 kB | |
Cached: 1603500 kB | |
SwapCached: 0 kB | |
Active: 626824 kB | |
Inactive: 1229772 kB | |
Active(anon): 202596 kB | |
Inactive(anon): 668 kB | |
Active(file): 424228 kB | |
Inactive(file): 1229104 kB | |
Unevictable: 0 kB | |
Mlocked: 0 kB | |
HighTotal: 1318912 kB | |
HighFree: 37248 kB | |
LowTotal: 729064 kB | |
LowFree: 66864 kB | |
SwapTotal: 0 kB | |
SwapFree: 0 kB | |
Dirty: 8 kB | |
Writeback: 0 kB | |
AnonPages: 192056 kB | |
Mapped: 15464 kB | |
Shmem: 11208 kB | |
Slab: 75608 kB | |
SReclaimable: 63492 kB | |
SUnreclaim: 12116 kB | |
KernelStack: 1136 kB | |
PageTables: 1888 kB | |
NFS_Unstable: 0 kB | |
Bounce: 0 kB | |
WritebackTmp: 0 kB | |
CommitLimit: 1023988 kB | |
Committed_AS: 1252088 kB | |
VmallocTotal: 245760 kB | |
VmallocUsed: 11524 kB | |
VmallocChunk: 212928 kB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment