Advertisement
clairec

Untitled

Sep 9th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.72 KB | None | 0 0
  1.  17:13 flash $ cat /proc/cpuinfo
  2. processor   : 0
  3. vendor_id   : GenuineIntel
  4. cpu family  : 6
  5. model       : 23
  6. model name  : Intel(R) Core(TM)2 Duo CPU     T6570  @ 2.10GHz
  7. stepping    : 10
  8. microcode   : 0xa0b
  9. cpu MHz     : 1200.000
  10. cache size  : 2048 KB
  11. physical id : 0
  12. siblings    : 2
  13. core id     : 0
  14. cpu cores   : 2
  15. apicid      : 0
  16. initial apicid  : 0
  17. fdiv_bug    : no
  18. f00f_bug    : no
  19. coma_bug    : no
  20. fpu     : yes
  21. fpu_exception   : yes
  22. cpuid level : 13
  23. wp      : yes
  24. 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 nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida dtherm tpr_shadow vnmi flexpriority
  25. bugs        :
  26. bogomips    : 4191.99
  27. clflush size    : 64
  28. cache_alignment : 64
  29. address sizes   : 36 bits physical, 48 bits virtual
  30. power management:
  31.  
  32. processor   : 1
  33. vendor_id   : GenuineIntel
  34. cpu family  : 6
  35. model       : 23
  36. model name  : Intel(R) Core(TM)2 Duo CPU     T6570  @ 2.10GHz
  37. stepping    : 10
  38. microcode   : 0xa0b
  39. cpu MHz     : 1200.000
  40. cache size  : 2048 KB
  41. physical id : 0
  42. siblings    : 2
  43. core id     : 1
  44. cpu cores   : 2
  45. apicid      : 1
  46. initial apicid  : 1
  47. fdiv_bug    : no
  48. f00f_bug    : no
  49. coma_bug    : no
  50. fpu     : yes
  51. fpu_exception   : yes
  52. cpuid level : 13
  53. wp      : yes
  54. 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 nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida dtherm tpr_shadow vnmi flexpriority
  55. bugs        :
  56. bogomips    : 4191.99
  57. clflush size    : 64
  58. cache_alignment : 64
  59. address sizes   : 36 bits physical, 48 bits virtual
  60. power management:
  61.  
  62.  
  63.  17:18 flash $ ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement