系统缓存
uname -a # 查看内核/操做系统/CPU信息 head -n 1 /etc/issue # 查看操做系统版本 cat /proc/cpuinfo # 查看CPU信息 hostname # 查看计算机名 lspci -tv # 列出全部PCI设备 lsusb -tv # 列出全部USB设备 lsmod # 列出加载的内核模块 env # 查看环境变量
资源bash
free -m # 查看内存使用量和交换区使用量 df -h # 查看各分区使用状况 du -sh <目录名> # 查看指定目录的大小 grep MemTotal /proc/meminfo # 查看内存总量 grep MemFree /proc/meminfo # 查看空闲内存量 uptime # 查看系统运行时间、用户数、负载 cat /proc/loadavg # 查看系统负载
磁盘和分区服务器
mount | column -t # 查看挂接的分区状态 fdisk -l # 查看全部分区 swapon -s # 查看全部交换分区 hdparm -i /dev/hda # 查看磁盘参数(仅适用于IDE设备) dmesg | grep IDE # 查看启动时IDE设备检测情况
网络网络
ifconfig # 查看全部网络接口的属性 iptables -L # 查看防火墙设置 route -n # 查看路由表 netstat -lntp # 查看全部监听端口 netstat -antp # 查看全部已经创建的链接 netstat -s # 查看网络统计信息
进程app
ps -ef # 查看全部进程 top # 实时显示进程状态
用户ide
w # 查看活动用户 id <用户名> # 查看指定用户信息 last # 查看用户登陆日志 cut -d: -f1 /etc/passwd # 查看系统全部用户 cut -d: -f1 /etc/group # 查看系统全部组 crontab -l # 查看当前用户的计划任务
服务ui
chkconfig --list # 列出全部系统服务 chkconfig --list | grep on # 列出全部启动的系统服务
程序操作系统
rpm -qa # 查看全部安装的软件包
网卡型号日志
lspci | grep Ethernet 00:19.0 Ethernet controller: Intel Corporation 82567V-2 Gigabit Network Connection
硬盘信息code
df -h Filesystem Size Used Avail Use% Mounted on /dev/sda5 2.0G 272M 1.6G 15% / /dev/sda8 199G 188M 189G 1% /home /dev/sda3 9.7G 1.3G 7.9G 15% /usr /dev/sda2 9.7G 198M 9.0G 3% /var /dev/sda1 99M 17M 77M 18% /boot
hdparm -i /dev/sda
dmesg | grep ATA
主板型号
dmidecode | more
# dmidecode 2.10 SMBIOS 2.4 present. structures occupying 2318 bytes. Table at 0x000E84B0. Handle 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: Intel Corp. Version: GTG4310H.86A.0019.2009.0625.1334 Release Date: 06/25/2009 ..... System Information 服务器品牌 Manufacturer: Product Name: (没有信息表示非品牌或未识别) Version: Serial Number: UUID: 889BD67E-8D96-11DE-AC40-0013D4D9C9E8 Wake-up Type: Power Switch SKU Number: Not Specified Family: Not Specified Handle 0x0002, DMI type 2, 15 bytes Base Board Information 主板型号/主板信息 Manufacturer: Intel Corporation Product Name: DG43GT Version: AAE62768-300 Serial Number: BTGT9340022N Processor Information CPU信息/CPU型号/CPU主频 Socket Designation: PROCESSOR Type: Central Processor Family: Pentium D Manufacturer: Intel(R) Corp. ID: 7A 06 01 00 FF FB EB BF Signature: Type 0, Family 6, Model 23, Stepping 10 Version: Pentium(R) Dual-Core CPU E6500 @ 2.93GHz Voltage: 1.2 V External Clock: 266 MHz Max Speed: 4000 MHz Current Speed: 2931 MHz Status: Populated, Enabled Upgrade: Socket LGA775 Cache Information 硬件和CPU缓存状况 Socket Designation: L1-Cache Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 32 kB Maximum Size: 32 kB BIOS Language Information BIOS语言 Installable Languages: 1 en|US|iso8859-1 Currently Installed Language: en|US|iso8859-1 Physical Memory Array 主板最大支持内存 Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 16 GB Error Information Handle: Not Provided Number Of Devices: 4 Handle 0x002C, DMI type 19, 15 bytes Memory Array Mapped Address 目前的内存 Starting Address: 0x00000000000 Ending Address: 0x000FFFFFFFF Range Size: 4 GB Physical Array Handle: 0x002B Partition Width: 0 On Board Device Information 显卡型号 Type: Video Status: Enabled Description: Intelr GMA X4500 Video Device