知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

查看Linux系统信息的几个快捷命令

发布时间:2014-09-05 13:37:33作者:知识屋

查看Linux系统信息的几个快捷命令
 
1.查看当前内核信息: #uname -a 
 
2.查看当前版本发行信息:#cat /etc/issue
 
3.查看逻辑CPU个数和型号:#cat /proc/cpuinfo|grep name| cut -f2 -d: | uniq -c
 
4.查看机器的当前配置位数:# getconf LONG_BIT ,该值不代表CPU实际支持的位数上限
 
5.查看芯片所支持的特性:#cat /proc/cpuinfo|grep flags
 
其它的CPU信息解释如下:
 
Flags:
 
     FPU (Floating-point unit on-chip)
 
     VME (Virtual mode extension)
 
     DE (Debugging extension)
 
     PSE (Page size extension)
 
     TSC (Time stamp counter)
 
     MSR (Model specific registers)
 
     PAE (Physical address extension)
 
     MCE (Machine check exception)
 
     CX8 (CMPXCHG8 instruction supported)
 
     APIC (On-chip APIC hardware supported)
 
     SEP (Fast system call)
 
     MTRR (Memory type range registers)
 
     PGE (Page global enable)
 
     MCA (Machine check architecture)
 
     CMOV (Conditional move instruction supported)
 
     PAT (Page attribute table)
 
     PSE-36 (36-bit page size extension)
 
     CLFSH (CLFLUSH instruction supported)
 
     DS (Debug store)
 
     ACPI (ACPI supported)
 
     MMX (MMX technology supported)
 
     FXSR (Fast floating-point save and restore)
 
     SSE (Streaming SIMD extensions)
 
     SSE2 (Streaming SIMD extensions 2)
 
     SS (Self-snoop)
 
     HTT (Hyper-threading technology)
 
     TM (Thermal monitor supported)
 
     SBF (Signal break on FERR)
 
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜