访问手机版  

Linux常用命令|Linux培训学习|考试认证|工资待遇与招聘,认准超级网工!

招聘|合作 登陆|注册

网络工程师培训

当前位置:网络工程师 > 技术课程 > linux > 热点关注 > linux常用命令

Linux下状态查看相关命令

时间:2019-10-21

linux命令手册_linux命令_linux命令windows命令

Linux下有一些命令是可以用来查看计算机运行状态的,包括进程、CPU、内存、网络状态等,下面记录一下。

程序被加载到内存中,需要有一个标识用来区分和其他程序的区别,这个东西叫做PID即进程id。除了PID外还有程序执行权限,程序执行需要的材料等信息也保存在了内存中,在linux中进程分为临时进程和持久进程。

(1)ps aux命令,或者ps ajxf命令(树形展示)

a:关联所有进程

u:有效使用者相关联的进程

x:后台进程

# User:用户
# PID:进程ID
# %CPU: CPU使用率
# %MEM: 内存使用率
# VSZ: 虚拟内存使用量
# RSS: 物理内存使用量
# TTY: tty1-tty6是本机上登录使用者的程序,pts/0类型的是网络接入主机的程序
# STAT: 进程的状态,S代表处于休眠状态,s代表包含子进程,N代表低优先级,R代表正在运行,<代表高优先级,l代表多进程,+代表位于后台的进程,Z代表僵尸进程,T代表停止或被追踪
# START: 进程的启动时间
# TIME: 累计消耗CPU时间
# COMMAND: 执行这个进程的程序或脚本
[root@node01 ~]# ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.1 19364 1540 ? Ss Oct19 0:01 /sbin/init root 2 0.0 0.0 0 0 ? S Oct19 0:00 [kthreadd] root 3 0.0 0.0 0 0 ? S Oct19 0:00 [migration/0] root 4 0.0 0.0 0 0 ? S Oct19 0:00 [ksoftirqd/0] root 5 0.0 0.0 0 0 ? S Oct19 0:00 [migration/0] root 6 0.0 0.0 0 0 ? S Oct19 0:00 [watchdog/0] root 7 0.0 0.0 0 0 ? S Oct19 0:00 [migration/1] root 8 0.0 0.0 0 0 ? S Oct19 0:00 [migration/1] root 9 0.0 0.0 0 0 ? S Oct19 0:00 [ksoftirqd/1] root 10 0.0 0.0 0 0 ? S Oct19 0:00 [watchdog/1] root 11 0.0 0.0 0 0 ? S Oct19 0:00 [events/0] root 12 0.0 0.0 0 0 ? R Oct19 0:01 [events/1] root 13 0.0 0.0 0 0 ? S Oct19 0:00 [cgroup] root 14 0.0 0.0 0 0 ? S Oct19 0:00 [khelper] root 15 0.0 0.0 0 0 ? S Oct19 0:00 [netns] root 16 0.0 0.0 0 0 ? S Oct19 0:00 [async/mgr] root 17 0.0 0.0 0 0 ? S Oct19 0:00 [pm] root 18 0.0 0.0 0 0 ? S Oct19 0:00 [sync_supers] root 19 0.0 0.0 0 0 ? S Oct19 0:00 [bdi-default] root 20 0.0 0.0 0 0 ? S Oct19 0:00 [kintegrityd/0] root 21 0.0 0.0 0 0 ? S Oct19 0:00 [kintegrityd/1] root 22 0.0 0.0 0 0 ? S Oct19 0:00 [kblockd/0] root 23 0.0 0.0 0 0 ? S Oct19 0:00 [kblockd/1] root 24 0.0 0.0 0 0 ? S Oct19 0:00 [kacpid] root 25 0.0 0.0 0 0 ? S Oct19 0:00 [kacpi_notify] root 26 0.0 0.0 0 0 ? S Oct19 0:00 [kacpi_hotplug] root 27 0.0 0.0 0 0 ? S Oct19 0:00 [ata_aux] root 28 0.0 0.0 0 0 ? S Oct19 0:00 [ata_sff/0] root 29 0.0 0.0 0 0 ? S Oct19 0:00 [ata_sff/1] root 30 0.0 0.0 0 0 ? S Oct19 0:00 [ksuspend_usbd] root 31 0.0 0.0 0 0 ? S Oct19 0:00 [khubd] root 32 0.0 0.0 0 0 ? S Oct19 0:00 [kseriod] root 33 0.0 0.0 0 0 ? S Oct19 0:00 [md/0] root 34 0.0 0.0 0 0 ? S Oct19 0:00 [md/1] root 35 0.0 0.0 0 0 ? S Oct19 0:00 [md_misc/0] root 36 0.0 0.0 0 0 ? S Oct19 0:00 [md_misc/1] root 37 0.0 0.0 0 0 ? S Oct19 0:00 [linkwatch] root 38 0.0 0.0 0 0 ? S Oct19 0:00 [khungtaskd] root 39 0.0 0.0 0 0 ? S Oct19 0:00 [kswapd0] root 40 0.0 0.0 0 0 ? SN Oct19 0:00 [ksmd] root 41 0.0 0.0 0 0 ? SN Oct19 0:00 [khugepaged] root 42 0.0 0.0 0 0 ? S Oct19 0:00 [aio/0] root 43 0.0 0.0 0 0 ? S Oct19 0:00 [aio/1] root 44 0.0 0.0 0 0 ? S Oct19 0:00 [crypto/0] root 45 0.0 0.0 0 0 ? S Oct19 0:00 [crypto/1] root 50 0.0 0.0 0 0 ? S Oct19 0:00 [kthrotld/0] root 51 0.0 0.0 0 0 ? S Oct19 0:00 [kthrotld/1] root 53 0.0 0.0 0 0 ? S Oct19 0:00 [kpsmoused] root 54 0.0 0.0 0 0 ? S Oct19 0:00 [usbhid_resumer] root 84 0.0 0.0 0 0 ? S Oct19 0:00 [kstriped] root 175 0.0 0.0 0 0 ? S Oct19 0:00 [scsi_eh_0] root 176 0.0 0.0 0 0 ? S Oct19 0:00 [scsi_eh_1] root 179 0.0 0.0 0 0 ? S Oct19 0:00 [scsi_eh_2] root 180 0.0 0.0 0 0 ? S Oct19 0:00 [scsi_eh_3] root 181 0.0 0.0 0 0 ? S Oct19 0:00 [scsi_eh_4] root 182 0.0 0.0 0 0 ? S Oct19 0:00 [scsi_eh_5] root 183 0.0 0.0 0 0 ? S Oct19 0:00 [scsi_eh_6] root 184 0.0 0.0 0 0 ? S Oct19 0:00 [scsi_eh_7] root 298 0.0 0.0 0 0 ? S Oct19 0:00 [jbd2/sda2-8] root 299 0.0 0.0 0 0 ? S Oct19 0:00 [ext4-dio-unwrit] root 390 0.0 0.0 0 0 ? S Oct19 0:00 [flush-8:0] root 394 0.0 0.1 11068 1172 ? S<s Oct19 0:00 /sbin/udevd -d root 423 0.0 0.0 0 0 ? S Oct19 0:00 [virtio-net] root 426 0.0 0.0 0 0 ? S Oct19 0:00 [vballoon] root 720 0.0 0.0 0 0 ? S Oct19 0:00 [jbd2/sda1-8] root 721 0.0 0.0 0 0 ? S Oct19 0:00 [ext4-dio-unwrit] root 766 0.0 0.0 0 0 ? S Oct19 0:00 [kauditd] root 807 0.0 0.2 12384 2616 ? S< Oct19 0:00 /sbin/udevd -d root 986 0.0 0.0 27640 836 ? S<sl Oct19 0:00 auditd root 1011 0.0 0.1 255424 1692 ? Sl Oct19 0:00 /sbin/rsyslogd -i /var/run/syslogd.pi root 1040 0.0 0.0 10820 592 ? Ss Oct19 0:01 irqbalance --pid=/var/run/irqbalance. rpc 1054 0.0 0.0 18976 896 ? Ss Oct19 0:00 rpcbind rpcuser 1072 0.0 0.1 23348 1368 ? Ss Oct19 0:00 rpc.statd dbus 1127 0.0 0.1 31776 1144 ? Ssl Oct19 0:00 dbus-daemon --system root 1144 0.0 0.3 189328 3332 ? Ss Oct19 0:00 cupsd -C /etc/cups/cupsd.conf root 1169 0.0 0.0 4080 684 ? Ss Oct19 0:00 /usr/sbin/acpid 68 1178 0.0 0.4 37824 4380 ? Ssl Oct19 0:01 hald root 1179 0.0 0.1 20324 1344 ? S Oct19 0:00 hald-runner root 1208 0.0 0.1 22444 1284 ? S Oct19 0:00 hald-addon-input: Listening on /dev/i 68 1220 0.0 0.1 17932 1188 ? S Oct19 0:00 hald-addon-acpi: listening on acpid s root 1241 0.0 0.1 385728 1780 ? Ssl Oct19 0:00 automount --pid-file /var/run/autofs. root 1257 0.0 0.0 6256 368 ? Ss Oct19 0:00 /usr/sbin/mcelog --daemon root 1269 0.0 0.1 66604 1192 ? Ss Oct19 0:00 /usr/sbin/sshd root 1345 0.0 0.3 81272 3416 ? Ss Oct19 0:00 /usr/libexec/postfix/master postfix 1352 0.0 0.3 81520 3428 ? S Oct19 0:00 qmgr -l -t fifo -u root 1369 0.0 0.1 110320 1044 ? Ss Oct19 0:00 /usr/sbin/abrtd root 1377 0.0 0.1 117292 1384 ? Ss Oct19 0:01 crond root 1388 0.0 0.0 21540 476 ? Ss Oct19 0:00 /usr/sbin/atd root 1402 0.0 0.0 62312 1012 ? Ss Oct19 0:00 /usr/sbin/certmonger -S -p /var/run/c root 1413 0.0 0.0 4064 576 tty1 Ss+ Oct19 0:00 /sbin/mingetty /dev/tty1 root 1415 0.0 0.0 4064 576 tty2 Ss+ Oct19 0:00 /sbin/mingetty /dev/tty2 root 1417 0.0 0.0 4064 580 tty3 Ss+ Oct19 0:00 /sbin/mingetty /dev/tty3 root 1419 0.0 0.0 4064 580 tty4 Ss+ Oct19 0:00 /sbin/mingetty /dev/tty4 root 1421 0.0 0.2 12384 2616 ? S< Oct19 0:00 /sbin/udevd -d root 1422 0.0 0.0 4064 580 tty5 Ss+ Oct19 0:00 /sbin/mingetty /dev/tty5 root 1424 0.0 0.0 4064 580 tty6 Ss+ Oct19 0:00 /sbin/mingetty /dev/tty6 root 1461 0.0 0.4 100352 4072 ? Rs Oct19 0:00 sshd: root@pts/0 root 1465 0.0 0.1 108304 1956 pts/0 Ss Oct19 0:00 -bash postfix 2041 0.0 0.3 81352 3376 ? S 00:33 0:00 pickup -l -t fifo -u root 2078 0.0 0.1 110236 1172 pts/0 R+ 00:52 0:00 ps aux
 上一个教程:02Linux常用命令