【Linux】25.ubuntu使用 nethogs 监测网络流量情况
生活随笔
收集整理的這篇文章主要介紹了
【Linux】25.ubuntu使用 nethogs 监测网络流量情况
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
ubuntu使用 nethogs 監(jiān)測網(wǎng)絡(luò)流量情況
最簡單的安裝方法: sudo apt-get install nethogs,他會直接安裝0.8.1版本/
安裝成功后使用如下命令 sudo nethogs
即可看到網(wǎng)絡(luò)情況.
源碼安裝(沒必要這么麻煩):
安裝方法 參考 https://blog.csdn.net/Webster_WXH/article/details/77159766
最好是安裝0.8.1版本,因為0.8.0有bug.
?```shell
sudo apt-get install build-essential
sudo apt-get install libncurses5-dev libpcap-dev
wget -c https://github.com/raboof/nethogs/archive/v0.8.1.tar.gz
tar xf v0.8.1.tar.gz
cd ./nethogs-0.8.1/
make && sudo make install
總結(jié)
以上是生活随笔為你收集整理的【Linux】25.ubuntu使用 nethogs 监测网络流量情况的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【Linux】24.gdb调试和core
- 下一篇: 【Linux】26.VScode安装、插