todo
来自「linux下查看系统工具原码,如IOSTAT等」· 代码 · 共 20 行
TXT
20 行
Here are the things I would like (or I should) do for the next releases:* Add a vmstat command (not sure about this, since it already exists in common Linux distributions).* Add more statistics to sar and mpstat (and iostat) when available in Linux kernels. Numerous network activities are already available (see /proc/snmp for example), but I am rather reluctant to display them: There are too many of them and sar becomes bigger and bigger...* Try to add new fields to sar -B and sar -W (pgscan, pgfree, pgsteal, etc.).* Use autoconf to configure sysstat.* Add support for hotplug CPU or memory?* Dynamically allocate structures for IRQs (just like for CPUs).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?