Skip to content

Instantly share code, notes, and snippets.

@svenfuchs
Created July 11, 2011 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svenfuchs/70cd13db18436323ef04 to your computer and use it in GitHub Desktop.
Save svenfuchs/70cd13db18436323ef04 to your computer and use it in GitHub Desktop.
vagrant@lucid32:~$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz
stepping : 5
cpu MHz : 3050.204
cache size : 6144 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm constant_tsc up pni monitor ssse3 lahf_lm
bogomips : 6100.40
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
vagrant@lucid32:~$ cat /proc/meminfo
MemTotal: 1544108 kB
MemFree: 1259188 kB
Buffers: 26528 kB
Cached: 168032 kB
SwapCached: 0 kB
Active: 132152 kB
Inactive: 127752 kB
Active(anon): 65372 kB
Inactive(anon): 204 kB
Active(file): 66780 kB
Inactive(file): 127548 kB
Unevictable: 0 kB
Mlocked: 0 kB
HighTotal: 663496 kB
HighFree: 427800 kB
LowTotal: 880612 kB
LowFree: 831388 kB
SwapTotal: 483320 kB
SwapFree: 483320 kB
Dirty: 8 kB
Writeback: 0 kB
AnonPages: 65392 kB
Mapped: 8688 kB
Shmem: 236 kB
Slab: 13852 kB
SReclaimable: 9492 kB
SUnreclaim: 4360 kB
KernelStack: 928 kB
PageTables: 776 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 1255372 kB
Committed_AS: 701776 kB
VmallocTotal: 122880 kB
VmallocUsed: 25896 kB
VmallocChunk: 89472 kB
HardwareCorrupted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 4096 kB
DirectMap4k: 12280 kB
DirectMap4M: 897024 kB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment