Linux清除網絡卡計數器

2021-10-20 19:03:50 字數 1096 閱讀 8722

linux系統可以使用ifconfig命令監控網絡卡收包、丟包情況,使用過程中可能需要清空網絡卡計數器。操作管理網絡卡會出現ssh中斷,可直接在vmware中進行操作。

1、使用 ethtool -i ethx 檢視相關網絡卡的驅動資訊。例如查詢到驅動為ixgbe。

[root@localhost ~]

# ethtool -i enp175s0f0

driver: ixgbe

version: 5.1.0-k-rh7.7

firmware-version: 0x00012b2c

expansion-rom-version:

bus-info: 0000:af:00.0

supports-statistics: yes

supports-test: yes

supports-eeprom-access: yes

supports-register-dump: yes

supports-priv-flags: yes

2、依次使用 modprobe -r ixgbe;modprobe ixgbe 可以快速地reload網絡卡驅動。

[root@localhost ~]# modprobe -r ixgbe

[root@localhost ~]# modprobe ixgbe

3、service network restart    #不重啟網絡卡計數器也已清空。

[root@localhost ~]# service network restart

restarting network (via systemctl)

: [ ok ]

4、再次使用ifconfig 檢視相應網絡卡的計數器即可。

無法清除計數器?

練習貪吃蛇小遊戲時,清除計時器讓蛇停止運動出現bug?function startandpause else if continuegamebool startgamebool pausebtn.setattribute src img begin.png document.onkeydown fu...

計數器 智慧型計數器簡介

計數器主要是應用於電子科技領域,計數器是一種運用得比較多的時序邏輯電路。計數器可以對數字進行運算,它是一種沒有辦法顯示計算結果的顯示器。隨著電子科技的不斷發展,現在的計數器也實現了智慧型功能。智慧型計數器的出現幫助我們實現了很多高強度生產問題 複雜的技術問題,並且節約了生產成本和人力成本。智慧型計數...

計數器設計

最近看到一篇文章說要實現乙個計數器的功能,於是通過思索,設計了乙個靈活可用性高的物件計數器。裡面閃爍著 很多的火花。template class object counter object counter private static int m count template int object ...