|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!常常要检察Linux办事器的CPU,内存信息和操纵体系版本等信息,总结一下经常使用的下令,以便今后查阅。
1.检察CPU型号(8个逻辑CPU)
[[root@mail~]#cat/proc/cpuinfo|grep"name"|cut-f2-d:|uniq-c
8Intel(R)Xeon(R)CPUE5506@2.13GHz
2.检察物理CPU个数(两个4核CPU)
[root@mail~]#cat/proc/cpuinfo|grep"physical"|sort|uniq-c
8addresssizes:40bitsphysical,48bitsvirtual
4physicalid:0
4physicalid:1
3.检察CPU运转在几位形式上面
[root@mail~]#getconfLONG_BIT
64
4.上面的了局年夜于0,申明撑持64位操纵体系
[root@mail~]#cat/proc/cpuinfo|grepflags|greplm|wc-l
8
5.检察体系物理内存的巨细
[root@mail~]#free
totalusedfreesharedbufferscached
Mem:8168144738798078016406898564014308
-/+buffers/cache:26838165484328
Swap:4192924244244168500
6.检察内存具体信息
[root@mail~]#cat/proc/cpuinfo
7.检察办事器安装的是哪一个刊行版本
[root@mail~]#cat/etc/redhat-release
CentOSrelease5.5(Final)
8.检察OS的版本是64位的仍是32位的
[root@mail~]#uname-a
Linuxmail2.6.18-164.el5#1SMPThuSep303:28:30EDT2009x86_64x86_64x86_64GNU/Linux
9.检察办事器的硬件信息
[root@DB145]#dmidecode|grepVendor处置器厂商
Vendor:DellInc.
[root@DB145]#dmidecode|grepProduct办事器型号
ProductName:PowerEdgeR610
ProductName:0RP59R
本文出自“俭朴的追梦者”博客,请务必保存此出处http://sfzhang88.blog.51cto.com/4995876/875972
欢迎大家来到仓酷云论坛! |
|