赞
踩
yum -y install gnome-system-monitor
gnome-system-monitor
ps aux
(1)ps 查找与进程相关的PID号
(2)ps a 显示现行终端机下的所有程序,包括其他用户的程序。
(3)ps u 以用户为主的格式来显示程序状况。
(4)ps x 显示所有程序,不以终端机来区分
top、htop、vmstat、dstat、iostat(iostat属于sysstat软件包)free
(1)top、htop
性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器
(2)vmstat展现给定时间间隔的服务器的状态值,包括服务器的CPU使用率,内存使用,虚拟内存交换情况,IO读写情况。
(3)dstat(需安装使用)------------------全能系统信息统计工具
(4)iostat-------------显示所有设备负载情况
(5)free---------------查看内存使用情况
uptime
df -h
du -h (文件块的数量)
fdisk -l
ls cpu
cat /proc/cpuinfo
ip addr show
ifconfig
w
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。