Linux 查看CPU信息、机器型号等硬件信息(国外英文资料).doc

Linux 查看CPU信息、机器型号等硬件信息(国外英文资料).doc

  1. 1、本文档共22页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Linux 查看CPU信息、机器型号等硬件信息(国外英文资料)

Linux 查看CPU信息、机器型号等硬件信息(国外英文资料) Test the machines hardware information: View the CPU information (model) # cat/proc/cpuinfo | grep name | cut - f2-d: | uniq-c Intel (R) Xeon (R) CPU E5410 @ 2.33 GHz (see eight logical cpus, also the CPU model) # cat/proc/cpuinfo | grep physical | uniq-c 4 physical id: 0 Physical id: 1 (the instructions are actually two cpus of four cores) # getconf LONG_BIT 32 (note that the current CPU runs in 32bit mode, but doesnt mean the CPU does not support 64bit) # cat/proc/cpuinfo | grep flags | grep lm | wc -l 8 (the result is greater than 0, which indicates support for 64bit. Lm means long mode, and lm is 64bit) Look at the CPU details again, but most of us dont care. # dmidecode | grep Processor Information View the stored information # cat/proc/meminfo # uname -a Linux euis1.2.69-55. ELsmp # 1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i386 GNU/Linux (view the current operating system kernel information) # cat/etc/issue | grep Linux Red Hat Enterprise Linux AS release 4 (Nahant Update 5) (view the current operating system release information) View machine type # dmidecode | grep Product Name View the network card information # dmesg | grep-i eth Linux looks at CPU and memory usage In the process of system maintenance, you may need to view CPU utilization at any time, and analyze the needs of the system according to the relevant information. In CentOS, you can view CPU usage by the top command. After running the top command, the CPU will use state with full screen display, and will be in dialogue mode - use command based on top, can control the display mode and so on. The command to exit top is q (tapping the q key at the top run). Operation instance: Enter top in the command line You can start top The full screen mode of top is divided into three parts: the system information bar, the command input bar, and the process list bar. Part 1 - the top system information column: The first line (top) : 00:11:04 is the current moment of the system; 3:

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档