博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
说说在 Linux 中如何查看系统信息
阅读量:7236 次
发布时间:2019-06-29

本文共 1447 字,大约阅读时间需要 4 分钟。

1 查看系统内核

uname -a复制代码

输出结果:

Linux xxx 2.6.32-431.el6.x86_64 #1 SMP Sun Nov 10 22:19:54 EST 2013 x86_64 x86_64 x86_64 GNU/Linux

2 查看系统版本

cat /etc/issue复制代码

输出结果:

Linux version 2.6.32-431.el6.x86_64 () (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ) #1 SMP Sun Nov 10 22:19:54 EST 2013

3 查看系统发行版信息

cat /etc/issue复制代码

输出结果:

Red Hat Enterprise Linux Server release 6.5 (Santiago) Kernel \r on an \m

4 查看 CPU 信息

cat /proc/cpuinfo复制代码

输出结果:

processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 63 model name : Intel(R) Xeon(R) CPU E5-2609 v3 @ 1.90GHz stepping : 2 cpu MHz : 1200.000 cache size : 15360 KB physical id : 0 siblings : 6 core id : 0 cpu cores : 6 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 15 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid fsgsbase bmi1 avx2 smep bmi2 erms invpcid bogomips : 3791.21 clflush size : 64 cache_alignment : 64 address sizes : 46 bits physical, 48 bits virtual power management: ...

5 查看操作系统位数

getconf LONG_BIT复制代码

输出结果:

64

转载地址:http://ipgfm.baihongyu.com/

你可能感兴趣的文章
DNS(域名服务器)实验:
查看>>
基于LVS-DR群集模式+keepalived实现高可用
查看>>
十万个为什么之我的一些技术疑问
查看>>
数据迁移保存的路径斜杠被消除解决方案
查看>>
如何修复MYISAM表
查看>>
Azure VM 实现负载均衡
查看>>
Common Techniques to Improve Shadow Depth Maps
查看>>
2011年11月11日成都微软虚拟化研讨会
查看>>
如何通过DB link进行远程过程或函数调用
查看>>
Linux命令--群组管理相关
查看>>
互联网泄密门蔓延:客户资料银行内部几乎透明
查看>>
表单以get方式提交出现中文乱码解决办法
查看>>
在cisco交换机上禁止某个特定MAC地址转发
查看>>
Exchange 2010之灾难恢复
查看>>
我的友情链接
查看>>
Mac commands
查看>>
关于清理distribution数据库过期数据
查看>>
VMware Horizon View 7: Create Events Database [Part 3]
查看>>
我的友情链接
查看>>
深入解析thinkphp中的addAll方法
查看>>