1. Linux CPU实时监控mpstat命令详解。 https://www.cnblogs.com/ggjucheng/archive/2013/01/13/2858775.html

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    mpstat  -P ALL 2

    19:43:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle
    19:43:59 all 0.00 0.00 0.04 0.00 0.00 0.00 0.00 0.00 99.96
    19:43:59 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
    19:43:59 1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
    .......
    19:43:59 13 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01
    19:43:59 14 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
    19:43:59 15 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00
  1. s-tui 用于监控计算机的终端UI。 https://linux.cn/article-10467-1.html