Last active
December 22, 2015 11:19
-
-
Save dwilkins/6464847 to your computer and use it in GitHub Desktop.
Excerpt from /proc/cpuinfo
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
# /proc/cpuinfo | |
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 42 | |
model name : Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz | |
stepping : 7 | |
microcode : 0x29 | |
cache size : 4096 KB | |
siblings : 4 | |
cpu cores : 2 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx | |
: fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology | |
: nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 | |
: xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat | |
: epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid | |
bogomips : 5382.27 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 36 bits physical, 48 bits virtual |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment