溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

怎么在CentOS中使用nethogs命令

發(fā)布時(shí)間:2021-03-15 16:57:50 來(lái)源:億速云 閱讀:362 作者:Leah 欄目:系統(tǒng)運(yùn)維

這期內(nèi)容當(dāng)中小編將會(huì)給大家?guī)?lái)有關(guān)怎么在CentOS中使用nethogs命令,文章內(nèi)容豐富且以專業(yè)的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。

Nethogs 是一個(gè)終端下的網(wǎng)絡(luò)流量監(jiān)控工具,它的特別之處在于可以顯示每個(gè)進(jìn)程的帶寬占用情況,這樣可以更直觀獲取網(wǎng)絡(luò)使用情況。它支持 IPv4 和 IPv6 協(xié)議、支持本地網(wǎng)卡及 PPP 鏈接。

安裝過(guò)程

##下載##

[root@ipython ~]# wget http://softlayer-dal.dl.sourceforge.net/project/nethogs/nethogs/0.8/nethogs-0.8.0.tar.gz

##依賴安裝##

[root@ipython ~]# yum install libpcap-devel ncurses-devel

##build iftop##

[root@ipython ~]# tar zxf nethogs-0.8.0.tar.gz

[root@ipython ~]# cd nethogs

[root@ipython nethogs]# make && make install

直接運(yùn)行

[root@ipython ~]# nethogs --help

nethogs: invalid option -- '-'

usage: nethogs [-V] [-b] [-d seconds] [-t] [-p] [device [device [device ...]]]

-V : 版本輸出

-d : 延遲刷新,默認(rèn)1秒

-t : 跟蹤模式

-b : bughunt mode - implies tracemode.

-p : 指定接口

When nethogs is running, press:

q: quit

m: switch between total and kb/s mode

awk 處理nethogs日志一例:

[root@ipython ~]# nethogs > awk_nethogs.txt

Waiting for first packet to arrive (see sourceforge.net bug 1019381)

[root@ipython ~]# cat -A awk_nethogs.txt |awk -F '[ ^]+' '/\?/&&!/unknown/{sub(/^.*H/,"",$4);sub(/^.*G/,"",$5);print $3"\t"$4"\t"$5}'

[[1;23r [(B [[m

[[0;7m PID USER

[[0;7m PID USER

[[0;7m PID USER

107.170.243.66:80-27.115.124.32:38707 0.119 0.091

107.170.243.66:80-27.115.124.32:38707 0.119 0.091

107.170.243.66:80-27.115.124.32:38707 0.119 0.091

107.170.243.66:80-27.115.124.32:38707 0.119 0.091

107.170.243.66:80-27.115.124.32:38707 0.119 0.091

上述就是小編為大家分享的怎么在CentOS中使用nethogs命令了,如果剛好有類似的疑惑,不妨參照上述分析進(jìn)行理解。如果想知道更多相關(guān)知識(shí),歡迎關(guān)注億速云行業(yè)資訊頻道。

向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI