Advertisement
parkerlreed

cpuinfo

Feb 24th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. parker@g60vx:~$ 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 P7450 @ 2.13GHz
  7. stepping : 10
  8. microcode : 0xa07
  9. cpu MHz : 800.000
  10. cache size : 3072 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. hlt_bug : no
  19. f00f_bug : no
  20. coma_bug : no
  21. fpu : yes
  22. fpu_exception : yes
  23. cpuid level : 13
  24. wp : yes
  25. 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 est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dtherm
  26. bogomips : 4255.98
  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 P7450 @ 2.13GHz
  37. stepping : 10
  38. microcode : 0xa07
  39. cpu MHz : 800.000
  40. cache size : 3072 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. hlt_bug : no
  49. f00f_bug : no
  50. coma_bug : no
  51. fpu : yes
  52. fpu_exception : yes
  53. cpuid level : 13
  54. wp : yes
  55. 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 est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dtherm
  56. bogomips : 4255.98
  57. clflush size : 64
  58. cache_alignment : 64
  59. address sizes : 36 bits physical, 48 bits virtual
  60. power management:
  61.  
  62. parker@g60vx:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement