Advertisement
Guest User

Untitled

a guest
Feb 6th, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. cat [root@xx ~]# cat /proc/cpuinfo
  2. processor : 0
  3. vendor_id : GenuineIntel
  4. cpu family : 15
  5. model : 4
  6. model name : Intel(R) Pentium(R) 4 CPU 2.80GHz
  7. stepping : 1
  8. cpu MHz : 2800.357
  9. cache size : 1024 KB
  10. physical id : 0
  11. siblings : 2
  12. core id : 0
  13. cpu cores : 1
  14. apicid : 0
  15. fdiv_bug : no
  16. hlt_bug : no
  17. f00f_bug : no
  18. coma_bug : no
  19. fpu : yes
  20. fpu_exception : yes
  21. cpuid level : 5
  22. wp : yes
  23. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pni monitor ds_cpl cid xtpr
  24. bogomips : 5600.71
  25.  
  26. processor : 1
  27. vendor_id : GenuineIntel
  28. cpu family : 15
  29. model : 4
  30. model name : Intel(R) Pentium(R) 4 CPU 2.80GHz
  31. stepping : 1
  32. cpu MHz : 2800.357
  33. cache size : 1024 KB
  34. physical id : 0
  35. siblings : 2
  36. core id : 0
  37. cpu cores : 1
  38. apicid : 1
  39. fdiv_bug : no
  40. hlt_bug : no
  41. f00f_bug : no
  42. coma_bug : no
  43. fpu : yes
  44. fpu_exception : yes
  45. cpuid level : 5
  46. wp : yes
  47. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pni monitor ds_cpl cid xtpr
  48. bogomips : 5599.46
  49.  
  50. [root@xxxx ~]# cat /etc/issue
  51. CentOS release 5.7 (Final)
  52. Kernel \r on an \m
  53.  
  54. [root@xxxx ~]# uname -a
  55. Linux xxxx.xxx.com 2.6.18-274.17.1.el5 #1 SMP Tue Jan 10 17:26:03 EST 2012 i686 i686 i386 GNU/Linux
  56. [root@xxx ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement