ubuntu中顯示實時網速的方法:1、打開ubuntu系統終端;2、輸入“sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor”命令添加源;3、輸入“sudo apt-get update”更新源列表;4、輸入“sudo apt-get install indicator-sysmonitor”安裝sysmonitior工具;5、輸入“indicator-sysmonitor &”執行sysmonitior工具;6、最后通過【ctrl+c】實現后臺運行indicator-sysmonitor工具顯示實時網速即可。
具體內容如下:
1、添加源
sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor
2、更新源
sudo apt-get update
3、安裝sysmonitior
sudo apt-get install indicator-sysmonitor
終端執行:
indicator-sysmonitor &
然后Ctrl+C就可以實現后臺運行indicator-sysmonitor,看下圖標效果,效果很不錯!
為了方便還要為程序添加開機啟動!鼠標右鍵點擊標題欄上圖標,彈出菜單,選擇首選項,出現如下界面:
勾上Run on startup:, 這樣就能開機啟動了。
切換到 Advanced 選項,可以對要顯示的信息的格式進行設置。
添加 N:{net} 到最前面,以顯示網速,點擊Test可以查看修改后的格式。
可以嘗試設置其他格式,再Test,直到效果滿意再點擊保存。
注:首次添加,修改后,關閉終端的話網速顯示又會消失,重啟一下就好了。