Xfce桌面在任务栏显示系统信息及外网IP

 

对于linux桌面用户来说,及时获取Linux系统进程、了解系统运行状态,还是很有必要的,当电脑卡住的时候,不用再去执行一个命令查看进程,看看任务栏就能清楚,有必要的时候,直接kill进程。

对于XFCE桌面可以使用任务栏插件实现我们的需求,涉及以下几个主要插件

xfce4-genmon-plugin:用于执行一段命令
xfce4-netload-plugin:用于显示网络流量
xfce4-cpugraph-plugin:用于显示cpu及内存动态图
xfce4-systemload-plugin:用于显示cpu及内存使用情况(与上一个是差不多的)

#使用以下命令进行安装
sudo apt-get install -y xfce4-genmon-plugin xfce4-cpugraph-plugin  xfce4-netload-plugin xfce4-systemload-plugin

安装完成后,右键任务栏Panel》Pannel Preferences,添加几个插件。

一、xfce4-systemload-plugin(System Load Monitor),添加后就能正常显示了

二、xfce4-cpugraph-plugin(Cpu Graph Properties),添加后就正常显示

三、配置xfce4-netload-plugin(Network Monitor)显示网卡流量信息,设置为正确网卡即可

四、配置xfce4-genmon-plugin(Generic Monitor),添加命令curl http://ip.sb显示外网ip

五、配置xfce4-genmon-plugin(Generic Monitor),添加命令脚本topcpu.sh显示占用CPU最大的进程

至此,所有的配置已经完成,愉快使用吧

参考:http://blog.yroot.win/xfcezhuo-mian-zai-ren-wu-lan-xian-shi-xi-tong-xin-xi-ji-wai-wang-ip/

 

 

 

 

你可能感兴趣的:(Linux,Shell,linux)