--查看服务器cpu
cat /proc/cpuinfo

[root@localhost ~]# cat /proc/cpuinfo 
processor    : 0 #数值为0表示第1颗cpu
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
stepping    : 9
microcode    : 0x15
cpu MHz        : 2594.170
cache size    : 3072 KB
physical id    : 0
siblings    : 1
core id        : 0
cpu cores    : 1
apicid        : 0
initial apicid    : 0
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
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 nopl xtopology tsc_reliable nonstop_tsc aperfmperf eagerfpu pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm epb fsgsbase tsc_adjust smep dtherm ida arat pln pts
bogomips    : 5188.34
clflush size    : 64
cache_alignment    : 64
address sizes    : 42 bits physical, 48 bits virtual
power management:

processor    : 1 #数值为1表示第2颗cpu
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
stepping    : 9
microcode    : 0x15
cpu MHz        : 2594.170
cache size    : 3072 KB
physical id    : 2
siblings    : 1
core id        : 0
cpu cores    : 1
apicid        : 2
initial apicid    : 2
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
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 nopl xtopology tsc_reliable nonstop_tsc aperfmperf eagerfpu pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm epb fsgsbase tsc_adjust smep dtherm ida arat pln pts
bogomips    : 5188.34
clflush size    : 64
cache_alignment    : 64
address sizes    : 42 bits physical, 48 bits virtual
power management:

--查看操作系统
cat /etc/redhat-release

--查看服务器cpu型号
cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c

--查看服务器型号
dmidecode | grep "System Information" -A9 | egrep "Manufacturer|Product"

--查看服务器内存大小
dmidecode -t memory | grep Size: | grep -v "No Module Installed"

查看服务器配置信息命令相关推荐

  1. 服务器配置信息怎么查看,查看服务器配置信息

    查看服务器配置信息 内容精选 换一换 有,该NTP服务器仅限于在华为云控制台上购买的弹性云服务器安装使用.如需在购买的弹性云服务器上安装NTP服务器,您可以选择使用华为云控制台自己提供的NTP服务器, ...

  2. linux查看进程详细信息top,linux查看系统进程信息命令 px,top详解

    linux查看系统进程信息命令 px,top详解 发表于:2011-03-10来源:作者:点击数: linux查看系统进程信息命令 px,top详解 软件测试 ps ax命令是显示一个当前系统进程的列 ...

  3. linux查看显示器名称命令,linux 查看显示器信息Linux下查看硬件信息命令大全

    /proc 虚拟的目录,是系统内存的映射.可直接访问这个目录来获取系统信息.其中也包含下面的信息: 主机CPU信息:cpuinfo 主机DMA通道信息:dma 文件系统信息:filesystems 主 ...

  4. linux内核4.14.10查看网卡型号,Linux中查看硬件信息命令

    Linux中查看硬件信息命令 1, 主板信息 .查看主板的序列号 -------------------------------------------------- #使用命令 dmidecode ...

  5. 中兴网络设备交换机路由器查看告警信息命令方法

    描述:中兴网络设备交换机路由器查看告警信息命令方法 命令: show logging alarm

  6. linux命令如何查询某个线程,linux如何查看线程信息命令是什么

    linux如何查看线程信息命令是什么?linux线程命令介绍. linux 查看线程信息 在linux操作系统中可以使用ps -eLf命令来查看线程信息: 下面的数据为db2数据库的db2sysc进程 ...

  7. 查看服务器芯片组型号,linux查看硬件信息命令

    在使用Linux系统的时候,我们有时候需要查看服务器硬件相关信息,接下来吾爱编程为大家详细的介绍一下linux查看硬件信息命令,有需要的小伙伴可以参考一下: 1.查看服务器硬件信息 (1).查看服务器 ...

  8. linux 怎样查看设备信息,Linux查看设备信息命令

    系统 #查看内核/操作系统/CPU信息 uname -a #查看操作系统版本 head -n 1 /etc/issue #查看CPU信息 cat /proc/cpuinfo #查看计算机名 hostn ...

  9. 查看磁盘信息命令和查看目录以及文件占用空间大小命令

    记录:313 场景:在CentOS 7.9操作系统,查看磁盘信息命令.查看目录以及文件占用空间大小命令.主要是df.du.lsblk.fdisk.parted.pvdisplay.vgdisplay. ...

最新文章

  1. c语言中24个字母,菜鸟求助,写一个随机输出26个英文字母的程序
  2. 页面金额显示两位小数点问题
  3. 【Kafka】Kafka-分区数-备份数-如何设置-怎么确定-怎么修改
  4. 2.6 多分类问题-机器学习笔记-斯坦福吴恩达教授
  5. c语言图像浏览器,单片机采用浏览器进行监控将给软件的编程带来极大的便利...
  6. pyqt讲解7:表格和树
  7. Anaconda 中no module named cv2的解决办法
  8. 杭电oj2043密码
  9. c语言构造报文,构造一个缓冲区溢出的C语言的例子
  10. skype 回放设备出现问题
  11. 26个英文字母的爱情哲理寓意
  12. 众元教育H3CSE20200603班-云计算基础知识讲解
  13. java毕业设计TELL情感社交系统Mybatis+系统+数据库+调试部署
  14. OpenGL学习例程精析(3d纹理)
  15. 宝刀——《荒原的呼唤》选载之一
  16. 【DirectX11】【学习笔记(10)】混合
  17. EasyExcel自定义复杂的表头并在同sheet中实现分页
  18. shell 获取当前目录的路径
  19. 【第五周】新蜂团体贡献分
  20. 计算机软考证书全面分析

热门文章

  1. FeignException-BadGateway
  2. 电大计算机理工英语23935,化工原理课程设计-空气压缩机后冷却器
  3. 无线AP和无线路由器区别
  4. 基于matlab的正交幅度调制系统,基于matlab多进制正交幅度调制系统的仿真终稿.doc...
  5. 从matlab仿真到dsp,从Matlab仿真到DSP实现信号处理算法
  6. GreenDao之一基本使用(ToOne,ToMany都附源代码)
  7. 在微信小程序中如何配置腾讯位置服务并调用
  8. 深入理解Transformer
  9. 什么是CEO,CFO,CTO.CHO,CMO,CIO,CKO
  10. 小学生计算机学科竞赛类活动,学科竞赛活动方案.doc