当我在 cpu 上运行压力时,如何分析我的 cpu?当我为任何 n 值输入以下命令时:(例如 5、10、20、40)
sudo stress --cpu n --timeout 40s
cpu 使用率的top
命令结果为 100%。那么当我改变 n 值时,会发生什么变化?
当我在 cpu 上运行压力时,如何分析我的 cpu?当我为任何 n 值输入以下命令时:(例如 5、10、20、40)
sudo stress --cpu n --timeout 40s
cpu 使用率的top
命令结果为 100%。那么当我改变 n 值时,会发生什么变化?
通过阅读此处的其他一些主题,我了解了 s-tui 的存在。这是有关它的更多信息 https://github.com/amanusk/s-tui#simple-installation
但是,当我键入命令 sudo pip install s-tui
终端说 sudo: pip: command not found