- 浏览: 1020444 次
- 性别:
- 来自: 北京
文章分类
- 全部博客 (529)
- 服务器 (8)
- jsp (1)
- java (6)
- AIX (1)
- solaris (3)
- linux学习 (53)
- javaScript (2)
- hibernate (1)
- 数据库 (74)
- sql语句 (8)
- oracle 学习 (75)
- oracle 案例 (42)
- oracle 管理 (42)
- Oracle RAC (27)
- oracle data guard (12)
- oracle 参数讲解 (14)
- Oracle 字符集 (8)
- oracle性能调优 (24)
- oracle备份与恢复 (12)
- oracle Tablespace (9)
- oracle性能诊断艺术 (1)
- oracle 11g学习 (5)
- oracle streams (1)
- oracle upgrade and downgrade (4)
- db2学习 (13)
- db2命令学习 (2)
- mysql (28)
- sql server (30)
- sql server 2008 (0)
- 工具 (10)
- 操作系统 (3)
- c++ (1)
- stock (1)
- 生活 (5)
- HADOOP (2)
最新评论
-
massjcy:
...
如何将ubuntu文件夹中文名改为英文 -
skypiea:
谢谢。。。
终于解决了。。。
Oracle 10.2.0.4(5)EM不能启动的解决方案(Patch 8350262) -
qwe_rt:
引用vi /etc/sysconfig/network 请问 ...
Linux操作系统下配置静态IP上网 -
liuqiang:
sudo killall -9 apache2
ps 和 kill 命令详解 -
dazuiba:
引用*绝杀 kill -9 PID 当使用此命令时,一定要通过 ...
ps 和 kill 命令详解
1.查看版本,内核
[oracle@svr15 ~]$ cat /etc/issue
Red Hat Enterprise Linux AS release 4 (Nahant)
Kernel \r on an \m
[oracle@svr15 ~]$ cat /proc/version
Linux version 2.6.9-5.ELsmp (bhcompile@decompose.build.redhat.com) (gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)) #1 SMP Wed Jan 5 19:30:39 EST 2005
[oracle@svr15 ~]$ uname -r
2.6.9-5.ELsmp
2.查看cpu,mem
[oracle@svr15 ~]$ grep "model name" /proc/cpuinfo
model name : Intel(R) Xeon(R) CPU 5130 @ 2.00GHz
model name : Intel(R) Xeon(R) CPU 5130 @ 2.00GHz
model name : Intel(R) Xeon(R) CPU 5130 @ 2.00GHz
model name : Intel(R) Xeon(R) CPU 5130 @ 2.00GHz
[oracle@svr15 ~]$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Xeon(R) CPU 5130 @ 2.00GHz
stepping : 6
cpu MHz : 1995.006
cache size : 64 KB
physical id : 0
siblings : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
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 nx lm pni monitor ds_cpl tm2 xtpr
bogomips : 3956.73
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Xeon(R) CPU 5130 @ 2.00GHz
stepping : 6
cpu MHz : 1995.006
cache size : 64 KB
physical id : 0
siblings : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
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 nx lm pni monitor ds_cpl tm2 xtpr
bogomips : 3981.31
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Xeon(R) CPU 5130 @ 2.00GHz
stepping : 6
cpu MHz : 1995.006
cache size : 64 KB
physical id : 3
siblings : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
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 nx lm pni monitor ds_cpl tm2 xtpr
bogomips : 3981.31
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Xeon(R) CPU 5130 @ 2.00GHz
stepping : 6
cpu MHz : 1995.006
cache size : 64 KB
physical id : 3
siblings : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
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 nx lm pni monitor ds_cpl tm2 xtpr
bogomips : 3981.31
[oracle@svr15 ~]$ grep MemTotal /proc/meminfo
MemTotal: 4147280 kB
[oracle@svr15 ~]$ free
total used free shared buffers cached
Mem: 4147280 4138220 9060 0 106124 3865896
-/+ buffers/cache: 166200 3981080
Swap: 4192924 0 4192924
3.查看操作系统位数
[oracle@svr15 ~]$ ls / #如果有lib64或这个目录,那操作系统就是64位的
bin boot dev etc home initrd lib lost+found media misc mnt opt proc root sbin selinux srv sys tmp usr var
[oracle@svr15 ~]$ getconf LONG_BIT
32
[oracle@svr15 ~]$ ldd /sbin/mii-tool
libc.so.6 => /lib/i686/libc.so.6 (0x00b2f000)
/lib/ld-linux.so.2 (0x00a49000)
发表评论
-
自动sqlldr导入脚本
2012-08-31 17:52 1759自己写的通用的sqlldr导入脚本,配置在crontab 里面 ... -
centos 编译 安装 protobuf
2012-08-15 17:01 8667yum -y install gcc+ gcc-c++ yu ... -
linux下删除文件后没有释放空间(转)
2012-08-08 11:07 2000问题 文件被删除后,空间没有被释放 原因 在Linux或者 ... -
red hat/Centos/Oracle linux禁用单用户模式
2012-07-26 23:55 2037目的是禁用red hat/Centos/Oracle linu ... -
oracle linux server 6.0修改网卡名称
2012-07-26 01:12 2200修改网卡规则:先关闭网络服务,修改配置文件网卡的HWADDR值 ... -
centos6.0配置本地yum
2012-07-25 23:54 973centos6.0配置本地yum 使用vm虚拟机安装的cen ... -
Connection activation failed Device not managed by NetworkManager
2012-07-22 20:26 1477系统中有两个服务在管理网络,所以需要停掉一个, 1. Re ... -
warning: waiting for transaction lock on /var/lib/rpm/__db.000
2012-06-06 12:03 1241故障现象:[root@localhost Mysql4.1.1 ... -
Linux 查看目录大小及文件数量命令
2012-04-10 10:29 1230查看当前目录大小: [root@21andy.com]# ... -
linux /dev/shm的用途
2011-11-22 10:36 335841.linux下的/dev/shm是什么? /dev/shm ... -
configure/make/make install的作用
2011-08-12 01:10 896这些都是典型的使用GNU的AUTOCONF和AUTOMAKE产 ... -
执行脚本出现bin/bash: bad interpreter: No such file or directory
2011-07-27 16:50 757错误原因之一很有可能是你的脚本文件是DOS格式的, 即每一行的 ... -
Ubuntu下Oracle的自动启动
2011-07-06 23:38 2479一、使用root用户修改/etc/oratab 文件: $ ... -
如何将ubuntu文件夹中文名改为英文
2011-03-07 02:10 8588ubuntu对中文的支持越来越好,这自然是好事。不过在终端下输 ... -
Ubuntu 10.04下的搭建SUN JAVA开发环境
2011-03-07 00:53 953下面是Ubuntu 10.04下的搭 ... -
Ubuntu Server 安装图形桌面环境
2011-03-07 00:43 12151.准备环境首先得安装好ubuntu-10.04-server ... -
ubuntu安装SSH,支持开启sftp服务
2011-03-06 23:55 2750ubuntu安装SSH 安装 SSH(Secure Shel ... -
ubuntu终端乱码问题解决方案
2011-03-05 23:12 1848解决方法: 一. Ubuntu默认的中文字符编 ... -
linux使用sar命令进行系统监视优化
2011-01-23 01:30 4376了解如何将用户抱怨与 ... -
Linux启动过程简介
2011-01-22 23:56 1113Bootloader 在Alpha/AXP平台 ...
相关推荐
查看linux系统版本,内核,CPU,MEM,位数的相关命令.docx查看linux系统版本,内核,CPU,MEM,位数的相关命令.docx
本文将详细介绍 Linux 服务器性能查看命令,包括查看操作系统及硬件信息、CPU 信息、Mem 信息、磁盘信息、网卡信息、主板信息、机器所有硬件信息等多个方面。 1. 查看服务器操作系统及硬件信息(压力测试前) 在...
4. 查看版本、内核 使用以下命令可以查看Suse Linux的版本和内核信息: `uname -a` 5. 查看CPU、MEM 使用以下命令可以查看CPU和内存信息: `cat /proc/cpuinfo` `cat /proc/meminfo` 6. 查看操作系统位数 ...
### CentOS7查看CPU、内存、版本等系统信息 在日常的服务器管理和运维工作中,了解操作系统的基本信息至关重要。本文将详细介绍如何在CentOS 7环境下通过命令行方式查询CPU型号、内存大小、系统版本以及内核版本等...
- 用途:查看Linux内核版本。 - 示例输出: ```sh 5.4.0-77-generic ``` - 解释:此命令显示内核的版本号。使用`uname -a`可以获取更多关于内核的信息,包括架构、编译日期等。 #### 三、文件系统类型 1. **`...
本文总结了 CentOS 常用命令大全,涵盖了 cpu 信息、内存信息、cpu 位数、Linux 版本、内核版本、当前时间、硬盘和分区、安装的软件包、键盘布局、selinux 情况、ip 和 mac 地址等多方面的内容。 一、查看 cpu 信息...
- 该命令提供了更详细的CPU信息,包括架构、位数、内核数量、线程数量等。 示例:要查看详细的CPU信息,可以使用命令: ```bash lscpu ``` 3. **使用`top`命令** - 命令格式:`top` - 通过`top`命令可以...
以上总结了 CentOS 中常用的 Linux 命令,这些命令可以帮助用户快速掌握系统的基本信息,包括 CPU、内存、硬盘、网络等各个方面。对于 Linux 系统管理员而言,熟练掌握这些命令是非常重要的。此外,还有一些其他高级命令...
使用`uname -r`可查看内核版本号,`uname -a`则会提供更详细的系统信息。 六、查看当前时间: 使用`date`命令即可显示系统当前时间。 七、监控硬盘和分区: `df -h`用于列出所有磁盘分区及其使用情况,而`fdisk -l...
可以使用`ifconfig`命令查看网络接口信息,或通过`cat /etc/sysconfig/network-scripts/ifcfg-eth0`获取特定网卡(如eth0)的配置。 13. **查看系统语言**: 通过`echo $LANG $LANGUAGE`和`cat /etc/sysconfig/...
确认Linux版本有助于确保软件与系统的兼容性: - **`more /etc/redhat-release` 或 `cat /etc/redhat-release`** - 显示Red Hat发行版的具体版本信息,包括发行版名称和版本号。 #### 五、获取内核版本 内核版本...
`hostname`命令查看主机名,`cat /etc/sysconfig/network`用于修改或查看网络配置,包括主机名。 13. **系统运行时间**: `uptime`提供系统运行时间和负载情况。 14. **系统资源监控**: `vmstat 1 -S m`监控...
`more /etc/redhat-release`或`cat /etc/redhat-release`显示发行版信息,`uname -r`和`uname -a`分别显示内核版本和详细系统信息。 5. **查看当前时间**: `date`命令用于显示当前系统时间。 6. **硬盘和分区...
这里提到的`__setup`和`__initcall`机制都是Linux内核中用于不同初始化阶段的标记。`__setup`通常用于早期的初始化过程,而`__initcall`则在内核初始化完成后被调用。 #### 3. 串口物理内存映射的时机 串口物理...
- 使用`free -m`命令查看系统可用内存总量及已用内存情况: ```bash [root@localhost ~]# free -m total used free shared buff/cache available Mem: 2854 986 1283 0 1769 Swap: 2047 2047 0 ``` - 查看CPU...
在uClinux内核中,与console相关的数据结构可以被分为两类:通用定义和特定于架构的定义。通用定义独立于具体硬件,主要用于定义一类硬件的通用参数和接口。而特定于架构的定义则会根据不同的体系结构增加额外的特性...