1. 程式人生 > >Linux入門(17)——Ubuntu16.04顯示記憶體CPU網速等(System Monitor)

Linux入門(17)——Ubuntu16.04顯示記憶體CPU網速等(System Monitor)

終端檢視記憶體狀況有兩個命令

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