查看linux系统信息命令(kernel、os、cpu等)

1、查看当前操作系统内核信息

[[email protected] tomcat6]$ uname -a

Linux S1PA222 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

2、查看当前操作系统发行版信息

[[email protected] tomcat6]$ cat /etc/issue

CentOS release 6.4 (Final)

Kernel \r on an \m

3、查看cpu型号

[[email protected] tomcat6]$ cat /proc/cpuinfo |grep name|cut -d ‘:‘ -f 2|uniq -c

4  Intel(R) Xeon(R) CPU           E5649  @ 2.53GHz

4、查看物理cpu颗数

[[email protected] tomcat6]$ cat /proc/cpuinfo |grep physical|uniq -c

1 physical id     : 0

1 address sizes   : 40 bits physical, 48 bits virtual

1 physical id     : 0

1 address sizes   : 40 bits physical, 48 bits virtual

1 physical id     : 1

1 address sizes   : 40 bits physical, 48 bits virtual

1 physical id     : 1

1 address sizes   : 40 bits physical, 48 bits virtual

5、查看cpu运行模式

[[email protected] tomcat6]$ getconf LONG_BIT

64

6、查看cpu是否支持64bit

[[email protected] tomcat6]$ cat /proc/cpuinfo |grep flags|grep ‘lm‘|wc -l

4

(结果大于0, 说明支持64bit计算. lm指long mode, 支持lm则是64bit)

7、查看cpu信息概要

[[email protected] tomcat6]$ lscpu

Architecture:          x86_64   #

CPU op-mode(s):        32-bit, 64-bit

Byte Order:            Little Endian

CPU(s):                4

On-line CPU(s) list:   0-3

Thread(s) per core:    1

Core(s) per socket:    2

Socket(s):             2

NUMA node(s):          1

Vendor ID:             GenuineIntel

CPU family:            6

Model:                 44

Stepping:              2

CPU MHz:               2533.423

BogoMIPS:              5066.84

Hypervisor vendor:     VMware

Virtualization type:   full

L1d cache:             32K

L1i cache:             32K

L2 cache:              256K

L3 cache:              12288K

NUMA node0 CPU(s):     0-3

8、查看cpu信息概要(比较全)

[[email protected] tomcat6]$ cat /proc/cpuinfo

processor       : 0

vendor_id       : GenuineIntel

cpu family      : 6

model           : 44

model name      : Intel(R) Xeon(R) CPU           E5649  @ 2.53GHz

stepping        : 2

cpu MHz         : 2533.423

cache size      : 12288 KB

physical id     : 0

siblings        : 2

core id         : 0

cpu cores       : 2

apicid          : 0

initial apicid  : 0

fpu             : yes

fpu_exception   : yes

cpuid level     : 11

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 syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc aperfmperf unfair_spinlock pni pclmulqdq
ssse3 cx16 sse4_1 sse4_2 popcnt aes hypervisor lahf_lm arat epb dts

bogomips        : 5066.84

clflush size    : 64

cache_alignment : 64

address sizes   : 40 bits physical, 48 bits virtual

power management:

processor       : 1

vendor_id       : GenuineIntel

cpu family      : 6

model           : 44

model name      : Intel(R) Xeon(R) CPU           E5649  @ 2.53GHz

stepping        : 2

cpu MHz         : 2533.423

cache size      : 12288 KB

physical id     : 0

siblings        : 2

core id         : 1

cpu cores       : 2

apicid          : 1

initial apicid  : 1

fpu             : yes

fpu_exception   : yes

cpuid level     : 11

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 syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc aperfmperf unfair_spinlock pni pclmulqdq
ssse3 cx16 sse4_1 sse4_2 popcnt aes hypervisor lahf_lm arat epb dts

bogomips        : 5066.84

clflush size    : 64

cache_alignment : 64

address sizes   : 40 bits physical, 48 bits virtual

power management:

processor       : 2

vendor_id       : GenuineIntel

cpu family      : 6

model           : 44

model name      : Intel(R) Xeon(R) CPU           E5649  @ 2.53GHz

stepping        : 2

cpu MHz         : 2533.423

cache size      : 12288 KB

physical id     : 1

siblings        : 2

core id         : 0

cpu cores       : 2

apicid          : 2

initial apicid  : 2

fpu             : yes

fpu_exception   : yes

cpuid level     : 11

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 syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc aperfmperf unfair_spinlock pni pclmulqdq
ssse3 cx16 sse4_1 sse4_2 popcnt aes hypervisor lahf_lm arat epb dts

bogomips        : 5066.84

clflush size    : 64

cache_alignment : 64

address sizes   : 40 bits physical, 48 bits virtual

power management:

processor       : 3

vendor_id       : GenuineIntel

cpu family      : 6

model           : 44

model name      : Intel(R) Xeon(R) CPU           E5649  @ 2.53GHz

stepping        : 2

cpu MHz         : 2533.423

cache size      : 12288 KB

physical id     : 1

siblings        : 2

core id         : 1

cpu cores       : 2

apicid          : 3

initial apicid  : 3

fpu             : yes

fpu_exception   : yes

cpuid level     : 11

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 syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc aperfmperf unfair_spinlock pni pclmulqdq
ssse3 cx16 sse4_1 sse4_2 popcnt aes hypervisor lahf_lm arat epb dts

bogomips        : 5066.84

clflush size    : 64

cache_alignment : 64

address sizes   : 40 bits physical, 48 bits virtual

power management:

时间: 2024-10-13 11:26:30

查看linux系统信息命令(kernel、os、cpu等)的相关文章

查看Linux系统信息命令

系统 # uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat /proc/cpuinfo # 查看CPU信息 # hostname # 查看计算机名 # lspci -tv # 列出所有PCI设备 # lsusb -tv # 列出所有USB设备 # lsmod # 列出加载的内核模块 # env # 查看环境变量 资源 # free -m # 查看内存使用量和交换区使用量 # df -h # 查看各分区使用情况 #

查看linux/AIX系统内存及CPU占用百分比

1.linux下查看CPU及内存占用情况 查看内存占用百分比: [[email protected] ~]# free -m | sed -n '2p' | awk '{print "used mem is "$3"M,total mem is "$2"M,used percent is "$3/$2*100"%"}' used mem is 15765M,total mem is 15949M,used percent is

Linux基础命令---mpstat显示cpu使用

mpstat mpstat指令用来显示cpu的使用状况,将内容显示到标准输出.处理器0是第一个.还报告了所有处理器之间的全球平均活动.mpstat命令既可以在SMP机器上使用,也可以在UP机器上使用,但是在后者中,只会打印全局平均活动.如果未选择活动,则默认报告是CPU利用率报告. Interval参数指定每个报表之间以秒为单位的时间量.值为0(或根本没有参数)表示自系统启动(启动)以来将报告处理器统计信息.如果未将count参数设置为零,则可以与Interval参数一起指定Count参数.计数

查看linux系统信息

查看cpu信息cat /proc/cpiinfo 查看ubuntu版本:cat /etc/issue 查看系统是32位还是64位方法1:#查看long的位数,返回32或64 getconf LONG_BIT 方法2:#查看文件信息,包含32-bit就是32位,包含64-bit就是64位file /sbin/init

查看linux系统信息个人总结

首先可用:lsb_release{    lsb_release --helpOptions:  -v, --version    Display the version of the LSB specification against which the distribution is compliant.  -i, --id    Display the string id of the distributor.  -d, --description    Display the singl

linux 查看系统信息命令(比较全)

linux 查看系统信息命令是linux初学者必备的基础知识, 这些命令也非常有用, 因为进入linux第一件事就可能是首先查看系统信息, 因此必要的系统的学习一下这些linux系统信息命令还是非常有必要的! 下面给除了各linux发行版比较常用的系统信息查询的命令, 大家可以参考, 同时也可以测试学习, 必要的时候man, 一定要学学使用man命令, 呵呵 # uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat

[转]linux 查看系统信息命令

linux 查看系统信息命令是linux初学者必备的基础知识, 这些命令也非常有用, 因为进入linux第一件事就可能是首先查看系统信息, 因此必要的系统的学习一下这些linux系统信息命令还是非常有必要的! # uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat /proc/cpuinfo # 查看CPU信息 # hostname # 查看计算机名 # lspci -tv # 列出所有PCI设备 # lsusb

linux 查看系统信息命令

linux 查看系统信息命令是linux初学者必备的基础知识, 这些命令也非常有用, 因为进入linux第一件事就可能是首先查看系统信息, 因此必要的系统的学习一下这些linux系统信息命令还是非常有必要的! 下面给除了各linux发行版比较常用的系统信息查询的命令, 大家可以参考, 同时也可以测试学习, 必要的时候man, 一定要学学使用man命令, 呵呵 # uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat

[ Linux ] [ OS ] [ CPU ] Linux系統下如何查看CPU型號、核心數量、頻率和溫度?

如何查看 linux 版本 及 Kernel 版本 http://benit.pixnet.net/blog/post/19390916-%E5%A6%82%E4%BD%95%E6%9F%A5%E7%9C%8B-linux-%E7%89%88%E6%9C%AC-%E5%8F%8A-kernel-%E7%89%88%E6%9C%AC - CPU https://magiclen.org/linux-view-cpu/ - Memory https://blog.longwin.com.tw/201