Ubuntu 16.04安装indicator-sysmonitor实现导航条显示CPU和内存占用率

Ubuntu 16.04安装indicator-sysmonitor实现导航条显示CPU和内存占用率

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

启动:
indicator-sysmonitor
这里的启动会占用一个终端,所以这种启动方式不是很推荐
这里写图片描述

加入开机启动
点击显示出来的那个数字区域,选择Preferences
在General里边对Run on startup打钩
Ubuntu 16.04安装indicator-sysmonitor实现导航条显示CPU和内存占用率_第1张图片

然后就可以开机自己启动了而不用自己手动启动

还有一个就是,支持自己添加和删除显示项,一开始安装的话,应该是只有显示cpu和内存mem的两项,在Advanced里边可以自己添加选项

Ubuntu 16.04安装indicator-sysmonitor实现导航条显示CPU和内存占用率_第2张图片

添加好之后Test可以预览效果,确定之后点击保存即可

你可能感兴趣的:(Ubuntu)