Skip to content

Latest commit

 

History

History
executable file
·
37 lines (26 loc) · 825 Bytes

README_tar.md

File metadata and controls

executable file
·
37 lines (26 loc) · 825 Bytes

encoding

UTF-8

描述

这是一个简洁的Linux系统监视器。具有监控网速(上下速度、下行速度)、CPU利用率、内存占用率的功能。 界面实现基于Qt5.14.2

script

install.sh

install.sh设置了SystemMonitor.desktop

# rm ~/.local/share/applications/SystemMonitor.desktop
bash script/install

然后,你可以通过点击图标,来启动程序。

uninstall.sh

uninstall.sh删除SystemMonitor.desktop

bash script/uninstall

运行截图

致谢

ctguLMY/linux_terminal_monitor

nlohmann/json