您的位置:首页 > 其它

Ubuntu16.04显示内存CPU网速等(System Monitor)

2018-03-12 08:49 393 查看
终端查看内存状况有两个命令

top
htop


如果系统没有安装htop的话,那就安装一下。

然而这样比较麻烦,System Monitor是个不错的选择,System Monitor可以显示网速,内存,CPU等信息。

通过添加PPA安装:

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


在终端执行:

indicator-sysmonitor &


然后Ctrl+C实现后台运行indicator-sysmonitor

设置开机启动:鼠标右键点击标题栏上图标,弹出菜单,选择Run on startup

转载自:http://blog.csdn.net/qq_22186119/article/details/70326769
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Ubuntu system monitor
相关文章推荐