在 Debian 上,如果你觉得 cpustat(如 pcp 中的 cpustat,或 cpustat 小工具)不够用,常见且好用的替代/补充工具如下,按使用场景分类:
top / htop ✅(首选)
htop 更友好:彩色、树状、鼠标支持apt install htopmpstat(sysstat 包)
apt install sysstatmpstat -P ALL 1sar(sysstat)
dstat
apt install dstatatop
apt install atopperf(推荐替代 cpustat 做分析)
apt install linux-perfbpftrace / bcc
vmstat 1glances(web + CLI)| 需求 | 推荐 |
|---|---|
| 看 CPU 占用 | htop |
| 每核统计 | mpstat |
| 替代 cpustat 分析 | perf |
| 综合监控 | dstat / glances |
如果你说的 cpustat 是某一款具体工具(比如 Go 写的 cpustat),可以告诉我,我可以给更精准的替代方案。