使用如下命令:
top -b -S -H
其中-b选项,表示是批处理模式,执行一次就退出.
其中-S选项,显示系统进程,默认情况下是不显示的.
其中-H选项,表示显示线程相关信息,默认情况下是不显示的.
输出结果,大致如下:
PID USERNAME PRI NICE SIZE RES STATE TIME WCPU COMMAND
11 root 155 ki31 0K 16K RUN 36:04 100.00% idle
0 root -16 0 0K 160K sched 25.5H 0.00% kernel{swapper}
5 root -16 - 0K 16K ccb_sc 0:04 0.00% xpt_thrd
12 root -60 - 0K 256K WAIT 0:04 0.00% intr{swi4: clock}
13 root -8 - 0K 48K - 0:02 0.00% geom{g_down}
1362 root 20 0 68016K 4036K RUN 0:00 0.00% sshd
12 root -88 - 0K 256K WAIT 0:00 0.00% intr{irq17: mpt0 ehci}
13 root -8 - 0K 48K - 0:00 0.00% geom{g_up}
12 root -88 - 0K 256K WAIT 0:00 0.00% intr{irq18: uhci0}
14 root -16 - 0K 16K - 0:00 0.00% yarrow
17 root 16 - 0K 16K syncer 0:00 0.00% syncer
12 root -68 - 0K 256K WAIT 0:00 0.00% intr{swi2: cambio}
0 root -92 0 0K 160K - 0:00 0.00% kernel{em0 taskq}
15 root -68 - 0K 128K - 0:00 0.00% usb{usbus0}
1365 root 20 0 17664K 2680K pause 0:00 0.00% csh
15 root -68 - 0K 128K - 0:00 0.00% usb{usbus0}
1280 root 20 0 20384K 3080K select 0:00 0.00% sendmail
15 root -68 - 0K 128K - 0:00 0.00% usb{usbus1}
操作系统版本:
FreeBSD FreeBSD_Host 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
阅读(1192) | 评论(0) | 转发(0) |