Ubuntu很实用的小工具
在Windows下用习惯了,在下载或着视频时,习惯看到网速显示,现在换到Ubuntu 16.04时,如何实时查看网速,CPU、内存使用率等的显示,在网上也找到了此类方法,如下介绍。
System-Monitor Indicator 软件
先来看下效果图:
效果真是挺好的!
之前需要通过deb包安装,现在可以通过添加PPA安装:
sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor
sudo apt-get update
sudo apt-get install indicator-sysmonito
方法二:如果你上面的方法不成功,可以使用下面的
sudo apt-get install python3-psutil curl git gir1.2-appindicator3-0.1
git clone https://github.com/fossfreedom/indicator-sysmonitor.git
cd indicator-sysmonitor
sudo make install
nohup indicator-sysmonitor &
删除:
cd indicator-sysmonitor
sudo make uninstall
个性化设置: 在上图中的显示区域点击图标,然后选择preference,进行选择
开机自启动设置:
自定义显示:(按照下面的Sensors 进行编写显示)
本文介绍在Ubuntu 16.04环境下使用System-MonitorIndicator软件实时监控网速、CPU及内存使用率的方法。包括通过PPA安装步骤及个性化设置指南。
2077

被折叠的 条评论
为什么被折叠?



