Created
November 4, 2013 11:12
-
-
Save nzhuk/7301151 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
nzhuk@nzhuk1:~$ cat /proc/cpuinfo | |
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 2 | |
model name : QEMU Virtual CPU version 0.14.1 | |
stepping : 3 | |
cpu MHz : 2400.035 | |
cache size : 4096 KB | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 4 | |
wp : yes | |
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl pni cx16 popcnt hypervisor lahf_lm | |
bogomips : 4800.07 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 40 bits physical, 48 bits virtual | |
power management: | |
nzhuk@nzhuk1:~$ cat /proc/meminfo | |
MemTotal: 249440 kB | |
MemFree: 8152 kB | |
Buffers: 55420 kB | |
Cached: 85072 kB | |
SwapCached: 1852 kB | |
Active: 83904 kB | |
Inactive: 110256 kB | |
Active(anon): 13932 kB | |
Inactive(anon): 39904 kB | |
Active(file): 69972 kB | |
Inactive(file): 70352 kB | |
Unevictable: 0 kB | |
Mlocked: 0 kB | |
SwapTotal: 3906556 kB | |
SwapFree: 3896644 kB | |
Dirty: 16 kB | |
Writeback: 0 kB | |
AnonPages: 52120 kB | |
Mapped: 12356 kB | |
Shmem: 164 kB | |
Slab: 32652 kB | |
SReclaimable: 25276 kB | |
SUnreclaim: 7376 kB | |
KernelStack: 776 kB | |
PageTables: 5232 kB | |
NFS_Unstable: 0 kB | |
Bounce: 0 kB | |
WritebackTmp: 0 kB | |
CommitLimit: 4031276 kB | |
Committed_AS: 470812 kB | |
VmallocTotal: 34359738367 kB | |
VmallocUsed: 6052 kB | |
VmallocChunk: 34359728884 kB | |
HardwareCorrupted: 0 kB | |
AnonHugePages: 0 kB | |
HugePages_Total: 0 | |
HugePages_Free: 0 | |
HugePages_Rsvd: 0 | |
HugePages_Surp: 0 | |
Hugepagesize: 2048 kB | |
DirectMap4k: 10228 kB | |
DirectMap2M: 251904 kB | |
nzhuk@nzhuk1:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment