ubuntu1804版本有indicator-sysmonitor,看起来效果很好
sudo apt-get install indicator-sysmonitor
2204 似乎不能用了, 按照之前文章的一些做法
在github上找到了sysmonitorhttps://github.com/fossfreedom/indicator-sysmonitor
应用指标,显示cpu温度、内存、网速、cpu使用率、公网IP地址和互联网连接状态。
配合Unity, Xubuntu, Gnome-Shell + app-indicator扩展,以及任何其他支持AppIndicators的桌面环境。
也适用于Budgie-Desktop
提供了运行您自己的命令并显示其输出的可能性。
sudo apt install python3-psutil gir1.2-appindicator3-0.1
然后
- git clone https://github.com/fossfreedom/indicator-sysmonitor.git
- cd indicator-sysmonitor
- sudo make install
- cd ..
- rm -rf indicator-sysmonitor
- nohup indicator-sysmonitor &
之后可以看到标题栏出现了
接着要对其进行设置。一开始的默认这里看不到网速
鼠标单击上去 进入preference-->advanced
我的设置
cpu: {cpu} | mem: {mem} | {netcomp}
也可以支持英伟达的显卡, 虚拟机用不上了
卸载
- cd indicator-sysmonitor
- sudo make uninstall
因为我这里用viaPPA方法没装上去, 还是吧这个放在下面
- sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor
- sudo apt-get update
- sudo apt-get install indicator-sysmonitor
-
- Search in the dash for "indicator-sysmonitor" to run