Skip to content

Instantly share code, notes, and snippets.

@dizz
Created December 16, 2015 11:33
Show Gist options
  • Save dizz/00461b70977113a2902d to your computer and use it in GitHub Desktop.
Save dizz/00461b70977113a2902d to your computer and use it in GitHub Desktop.
/app $ free
total used free shared buffers
Mem: 8176168 6481868 1694300 0 12160
-/+ buffers: 6469708 1706460
Swap: 0 0 0
/app $ ls /proc
1 devices kallsyms modules swaps
12 diskstats kcore mounts sys
21 dma key-users mtrr sysrq-trigger
acpi driver keys net sysvipc
asound execdomains kmsg pagetypeinfo timer_list
buddyinfo fb kpagecount partitions timer_stats
bus filesystems kpageflags sched_debug tty
cgroups fs loadavg scsi uptime
cmdline interrupts locks self version
consoles iomem mdstat slabinfo vmallocinfo
cpuinfo ioports meminfo softirqs vmstat
crypto irq misc stat zoneinfo
/app $ cat /proc/meminfo
MemTotal: 8176168 kB
MemFree: 1696260 kB
MemAvailable: 7038964 kB
Buffers: 12152 kB
Cached: 5724700 kB
SwapCached: 0 kB
Active: 3167672 kB
Inactive: 2852216 kB
Active(anon): 543244 kB
Inactive(anon): 127324 kB
Active(file): 2624428 kB
Inactive(file): 2724892 kB
Unevictable: 52236 kB
Mlocked: 52236 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 256 kB
Writeback: 0 kB
AnonPages: 331036 kB
Mapped: 72064 kB
Shmem: 382904 kB
Slab: 304128 kB
SReclaimable: 246800 kB
SUnreclaim: 57328 kB
KernelStack: 6704 kB
PageTables: 5964 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 4088084 kB
Committed_AS: 2838736 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 22376 kB
VmallocChunk: 34359628316 kB
HardwareCorrupted: 0 kB
AnonHugePages: 53248 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 100344 kB
DirectMap2M: 3045376 kB
DirectMap1G: 7340032 kB
/app $ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel Core i7 9xx (Nehalem Class Core i7)
stepping : 3
microcode : 0x1
cpu MHz : 2400.084
cache size : 4096 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt hypervisor lahf_lm
bogomips : 4800.16
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel Core i7 9xx (Nehalem Class Core i7)
stepping : 3
microcode : 0x1
cpu MHz : 2400.084
cache size : 4096 KB
physical id : 1
siblings : 1
core id : 0
cpu cores : 1
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt hypervisor lahf_lm
bogomips : 4800.16
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel Core i7 9xx (Nehalem Class Core i7)
stepping : 3
microcode : 0x1
cpu MHz : 2400.084
cache size : 4096 KB
physical id : 2
siblings : 1
core id : 0
cpu cores : 1
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt hypervisor lahf_lm
bogomips : 4800.16
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel Core i7 9xx (Nehalem Class Core i7)
stepping : 3
microcode : 0x1
cpu MHz : 2400.084
cache size : 4096 KB
physical id : 3
siblings : 1
core id : 0
cpu cores : 1
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt hypervisor lahf_lm
bogomips : 4800.16
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment