`

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

阅读更多

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

[spark@S1PA222 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、查看当前操作系统发行版信息

[spark@S1PA222 tomcat6]$ cat /etc/issue
CentOS release 6.4 (Final)
Kernel \r on an \m

3、查看cpu型号

[spark@S1PA222 tomcat6]$ cat /proc/cpuinfo |grep name|cut -d ':' -f 2|uniq -c
      4  Intel(R) Xeon(R) CPU           E5649  @ 2.53GHz

4、查看物理cpu颗数

[spark@S1PA222 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运行模式

[spark@S1PA222 tomcat6]$ getconf LONG_BIT
64

6、查看cpu是否支持64bit

[spark@S1PA222 tomcat6]$ cat /proc/cpuinfo |grep flags|grep 'lm'|wc -l
4

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

7、查看cpu信息概要

[spark@S1PA222 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信息概要(比较全)

[spark@S1PA222 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:

 

0
2
分享到:
评论
1 楼 string2020 2015-01-13  
centos7下面
cat /etc/issue
输出为空

相关推荐

    java读取服务器硬件信息(windowx+linux+Mac OS)

    总结起来,Java通过多种方式可以读取Windows、Linux和Mac OS的硬件信息,包括JNI、shell命令、系统接口等。开发者可以根据具体需求选择合适的方法,并通过设计模式实现跨平台的兼容性。在实际编程中,注意处理好异常...

    linux kernel 2.4 和 2.6 的区别

    Linux Kernel 2.6 版本的发布,标志着 Linux 在技术上的重大飞跃,不仅增强了系统的核心功能,还拓宽了其应用范围,从企业级服务器、个人桌面到嵌入式设备,均展现出更为强大的性能与稳定性。与前代 2.4 内核相比,...

    Introduction to the linux kernel

    文档内容以“什么是操作系统(OS)”作为开头,介绍了操作系统的定义、历史、类型以及Linux内核。我们可以从这些关键点出发,探讨操作系统的基本概念及其在技术史上的演变。 操作系统是一套管理计算机硬件与软件...

    kernel_options__Linux_2.6.19.x_内核编译配置

    内核映像包含了操作系统的核心功能,包括硬件设备的驱动程序、系统调用接口等。Linux 2.6.19.x版本是一个较为老旧的Linux内核版本,但是了解其编译配置选项对熟悉Linux内核的发展历程及深入理解Linux系统仍有很大...

    Linux操作系统基础教程

    Linux 操作系统基础教程 清华大学信息学院计算机系 目 录 前言..........................................................................................................................................

    第4讲-Linux系统简介.pdf

    Linux内核是操作系统的核心,负责管理系统资源,如CPU、内存、设备驱动程序等,并且提供各种系统服务。内核决定了操作系统的性能、稳定性以及可扩展性。 2. Shell(命令行解释器) Shell是用户与Linux系统交互的...

    linux系统线程的结构分析

    Linux系统中的线程是操作系统支持的一种并发执行机制,允许在一个进程中并发执行多个代码流。线程技术起源于60年代,但在80年代中期,尤其是SOLARIS操作系统中得到了广泛应用。传统UNIX系统中,一个进程仅允许一个...

    基于s5pc100平台的linux系统移植

    本次设计成功实现了基于S5PC100平台的Linux系统的移植,不仅加深了对嵌入式系统开发的理解,还掌握了Linux内核移植、驱动开发和文件系统制作等关键技术。这一过程不仅提升了实践能力,也为未来的嵌入式项目开发奠定...

    Linux虚拟化技术研究.pdf

    Linux虚拟化技术是指将计算机资源(CPU、内存、I/O等)表示成若干个小的虚拟机(Virtual Machine),每个VM中运行独立的操作系统(OS)实例,即guest OS。虚拟化技术主要有两种实现模式:硬件仿真(Emulation)和...

    linux 0.01源代码

    3. **Linux内核(Linux Kernel)**:Linux内核是Linux操作系统的核心部分,负责处理硬件资源,如CPU、内存和输入/输出设备,并提供服务供用户空间的应用程序使用。 在Linux 0.01源代码中,我们可以看到以下几个关键...

    linux_内核编译配置选项

    这有助于识别自定义的内核版本,可通过`uname -a`命令查看。 - **Automatically append version information to the version string** 自动在版本字符串后附加版本信息,要求系统安装Perl及Git仓库支持。这提供...

    linux-内核编译各个选项的含义

    * Enable per-task delay accounting:在统计信息中包含进程等候系统资源(cpu,IO 同步,内存交换等)所花费的时间。 六、命名空间选项 命名空间选项是 Linux 内核编译选项中的一部分,它决定了 Linux 内核中的命名...

    embedded_linux_kernel_and_drivers

    根据提供的文件信息,我们可以深入探讨嵌入式Linux内核与驱动程序开发的相关知识点。这部分内容主要涉及嵌入式Linux驱动框架原理分析、内核部分原理分析等关键领域,这些都是嵌入式开发入门必备的知识。 ### 嵌入式...

    Linux_操作系统-基础操作-教学.pdf

    在历史沿革中,Linux与DOS, MS Windows, OS/2, MINIX等操作系统有着千丝万缕的联系。 Linux操作系统具备强大的网络功能,可以运行多种网络协议栈,支持多种网络通信服务。Linux内核是免费的,社区成员可以参与Linux...

    Linux基础知识之经典

    常见的操作系统包括Linux、Unix、Microsoft Windows等。 #### 操作系统的主要功能 - **命令解释**:理解并执行用户输入的命令。 - **进程管理**:管理正在运行的应用程序,包括创建、调度和终止进程。 - **内存管理...

    linux入门 鸟哥的私房菜

    Linux内核是整个系统的核心部分,负责管理系统资源,如CPU、内存、设备驱动等,并且提供了一个与硬件交互的接口。Linux与Unix有着紧密的关系,共享了许多设计理念和系统调用,但Linux是完全自由和开放源代码的,任何...

    Linux内核分析与应用课件第6章(一)Linux各种API.pdf

    因此,ABI 是和具体 CPU 架构和 OS 相关的。ABI 包含以下内容: 1. 一个特定的处理器指令集 2. 函数调用惯例 3. 系统调用方式 4. 可执行文件的格式(ELF, PE) 四、LSB(Linux Standards Base) LSB 是 Linux ...

Global site tag (gtag.js) - Google Analytics