#cpu-memory #cpu #monitor #memory #terminal #usage #memory-management

app run-info

通过终端监控CPU和内存使用情况(仅限Linux)

3 个不稳定版本

使用旧的 Rust 2015

0.5.1 2017年6月8日
0.5.0 2017年3月9日
0.4.0 2017年2月11日

19 in #usage

MIT 许可证

22KB
568

run-info

通过终端监控CPU和内存使用情况

Screenshot

构建

在主目录中运行 cargo build --release
此程序只能在 Linux 发行版上运行!

您也可以通过 cargo install run-info 进行安装。

标志和选项

  • -l / --log - 切换到单行日志模式
  • -c / --no-color - 切换到单色模式
  • -g / --no-graph - 隐藏CPU使用图表
  • -d / --delay <ms> - 设置更新信息和UI的延迟(毫秒)
  • -s / --small - 切换到小模式

依赖项

"term" 版本 0.4.4
"clap" 版本 2.11.0
"time" 版本 0.1.35

依赖项

~1.3–1.8MB
~23K SLoC