Ubuntu18.4使用SystemMonitor实时查看CPU温度、内存、网速...

使用Ubuntu电脑一直很烫,想要实时查看CPU温度,我的电脑已有System Monitor,不想下载Psensor,所以做法如下:
在这里插入图片描述
1、ctrl+Alt+t打开终端,通过添加PPA安装::

sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor
sudo apt-get update
sudo apt-get install indicator-sysmonitor

2、打开indicator-sysmonitor

indicator-sysmonitor &

然后Ctrl+C实现后台运行indicator-sysmonitor
3、添加开机启动
在这里插入图片描述
右击标题栏上图标,弹出菜单,选择Preferences,在弹出的界面选中Run on Startup->Save
在这里插入图片描述
4、自定义标题栏
在高级标签页中输入 cpu: {cpu} cputemp: {cputemp} mem:{mem} net:{net} 就可以在标题栏显示CPU、CPU温度、内存的使用情况和上下行网速,也可以自定义显示的内容。在这里插入图片描述

5、最后样子
在这里插入图片描述

发布了54 篇原创文章 · 获赞 26 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/weixin_43629813/article/details/100537930