加入收藏 | 设为首页 | 会员中心 | 我要投稿 南京站长网 (https://www.025zz.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 搭建环境 > Windows > 正文

如何在批处理模式下运行top命令

发布时间:2019-10-28 14:26:01 所属栏目:Windows 来源:Magesh Maruthamuthu
导读:副标题#e# top 命令 是每个人都在使用的用于 监控 Linux 系统性能 的最好的命令。你可能已经知道 top 命令的绝大部分操作,除了很少的几个操作,如果我没错的话,批处理模式就是其中之一。 大部分的脚本编写者和开发人员都知道这个,因为这个操作主要就是用

如果出于解决问题的目的,你想要和别人分享 top 命令的输出,请使用以下命令重定向输出到文件中:

  1. # top -bc | head -35 > top-report.txt
  2.  
  3. # cat top-report.txt
  4.  
  5. top - 06:47:11 up 8 days, 20:30, 1 user, load average: 0.67, 0.77, 0.81
  6. Tasks: 133 total, 4 running, 129 sleeping, 0 stopped, 0 zombie
  7. %Cpu(s): 59.4 us, 12.5 sy, 0.0 ni, 28.1 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
  8. KiB Mem : 3880940 total, 1596268 free, 843284 used, 1441388 buff/cache
  9. KiB Swap: 1048572 total, 514640 free, 533932 used. 2659084 avail Mem
  10.  
  11. PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
  12. 9686 daygeekc 20 0 406132 62184 43448 R 94.1 1.6 0:00.34 /opt/cpanel/ea-php56/root/usr/bin/php-cgi
  13. 9689 nobody 20 0 256588 24428 1184 S 5.9 0.6 0:00.01 /usr/sbin/httpd -k start
  14. 1 root 20 0 191144 2800 1596 S 0.0 0.1 5:43.79 /usr/lib/systemd/systemd --switched-root --system --deserialize 22
  15. 2 root 20 0 0 0 0 S 0.0 0.0 0:00.32 [kthreadd]
  16. 3 root 20 0 0 0 0 S 0.0 0.0 0:28.11 [ksoftirqd/0]
  17. 5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 [kworker/0:0H]
  18. 7 root rt 0 0 0 0 S 0.0 0.0 0:33.96 [migration/0]
  19. 8 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [rcu_bh]
  20. 9 root 20 0 0 0 0 R 0.0 0.0 63:05.82 [rcu_sched]
  21. 10 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 [lru-add-drain]
  22. 11 root rt 0 0 0 0 S 0.0 0.0 0:08.79 [watchdog/0]
  23. 12 root rt 0 0 0 0 S 0.0 0.0 0:08.82 [watchdog/1]
  24. 13 root rt 0 0 0 0 S 0.0 0.0 0:44.28 [migration/1]
  25. 14 root 20 0 0 0 0 S 0.0 0.0 1:22.46 [ksoftirqd/1]
  26. 16 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 [kworker/1:0H]
  27. 18 root 20 0 0 0 0 S 0.0 0.0 0:00.01 [kdevtmpfs]
  28. 19 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 [netns]
  29. 20 root 20 0 0 0 0 S 0.0 0.0 0:01.35 [khungtaskd]
  30. 21 root 0 -20 0 0 0 S 0.0 0.0 0:00.02 [writeback]
  31. 22 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 [kintegrityd]
  32. 23 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 [bioset]
  33. 24 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 [kblockd]
  34. 25 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 [md]
  35. 26 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 [edac-poller]
  36. 33 root 20 0 0 0 0 S 0.0 0.0 1:19.07 [kswapd0]
  37. 34 root 25 5 0 0 0 S 0.0 0.0 0:00.00 [ksmd]
  38. 35 root 39 19 0 0 0 S 0.0 0.0 0:12.80 [khugepaged]
  39. 36 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 [crypto]

如何按照指定字段对结果进行排序

top 命令的最新版本中, 按下 f 键进入字段管理界面。

(编辑:南京站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

热点阅读