1. [root@hadoop1 bin]# uname  -a  
  2. Linux hadoop1 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
  1. [root@hadoop1 bin]#  cat /proc/version
  2. Linux version 2.6.32-431.el6.x86_64 (mockbuild@c6b8.bsys.dev.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ) #1 SMP Fri Nov 22 03:15:09 UTC 2013
  1. [root@hadoop1 bin]#  cat /etc/issue
  2. CentOS release 6.5 (Final)
  3. Kernel \r on an \m
  1. [root@hadoop1 bin]# cat /etc/redhat-release
  2. CentOS release 6.5 (Final)
  1. [root@hadoop1 bin]# cat /proc/cpuinfo
  2. processor    : 0
  3. vendor_id    : GenuineIntel
  4. cpu family    : 6
  5. model        : 62
  6. model name    : Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz
  7. stepping    : 4
  8. cpu MHz        : 2100.000
  9. cache size    : 15360 KB
  10. fpu        : yes
  11. fpu_exception    : yes
  12. cpuid level    : 13
  13. wp        : yes
  14. flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc aperfmperf unfair_spinlock pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx hypervisor lahf_lm ida arat pln pts dts
  15. bogomips    : 4200.00
  16. clflush size    : 64
  17. cache_alignment    : 64
  18. address sizes    : 40 bits physical, 48 bits virtual
  19. power management:
  20. processor    : 1
  21. vendor_id    : GenuineIntel
  22. cpu family    : 6
  23. model        : 62
  24. model name    : Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz
  25. stepping    : 4
  26. cpu MHz        : 2100.000
  27. cache size    : 15360 KB
  28. fpu        : yes
  29. fpu_exception    : yes
  30. cpuid level    : 13
  31. wp        : yes
  32. flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc aperfmperf unfair_spinlock pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx hypervisor lahf_lm ida arat pln pts dts
  33. bogomips    : 4200.00
  34. clflush size    : 64
  35. cache_alignment    : 64
  36. address sizes    : 40 bits physical, 48 bits virtual
  37. power management:
  1. [root@hadoop1 bin]#  getconf LONG_BIT 
  2. 64
  1. [root@hadoop1 bin]#  lsb_release -a
  2. LSB Version:    :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
  3. Distributor ID:    CentOS
  4. Description:    CentOS release 6.5 (Final)
  5. Release:    6.5
  6. Codename:    Final
来自为知笔记(Wiz)