tcp 丢包分析

tcp 丢包分析

网卡丢包:

ethtool -S enp65s0np0 | grep -v ": 0" | grep -i err

rx_err_lane_0_phy: 8903968

rx_err_lane_1_phy: 4966332

rx_err_lane_2_phy: 8617141

rx_err_lane_3_phy: 3389624

ethtool -S enp65s0np0 | grep -v ": 0" | grep -i drop

ethtool -S enp65s0np0 | grep -v ": 0" | grep -i out

rx_out_of_buffer: 5754794

outbound_pci_stalled_wr: 2

outbound_pci_stalled_rd_events: 3

outbound_pci_stalled_wr_events: 195

ethtool -S enp65s0np0 | grep -v ": 0" | grep -i discard

rx_discards_phy: 82701994

rx_prio0_discards: 82701994

ethtool -S enp65s0np0 | grep -v ": 0" | grep -i pause

tx_pause_ctrl_phy: 4972302

tx_global_pause: 4972302

tx_global_pause_duration: 248784369

网卡驱动丢包:

ifconfig enp65s0np0

enp65s0np0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500

ether cc:40:f3:97:2e:9c txqueuelen 1000 (Ethernet)

RX packets 140579183255 bytes 198917938320559 (180.9 TiB)

RX errors 0 dropped 5754796 overruns 0 frame 0

TX packets 84004722862 bytes 110666821867388 (100.6 TiB)

TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

内核丢包:

nettrace-1.2.11-1.tl3.aarch64

相关推荐
wanhengidc1 小时前
云手机 高振畅玩不踩坑
运维·服务器·安全·web安全·智能手机
有谁看见我的剑了?1 小时前
linux 添加硬盘后系统识别不到硬盘处理
linux·运维·服务器
易连EDI—EasyLink2 小时前
易连EDI–EasyLink实现OCR智能数据采集
网络·人工智能·安全·汽车·ocr·edi
@insist1232 小时前
信息安全工程师考点精讲:身份认证核心原理与分类体系(上篇)
大数据·网络·分类·信息安全工程师·软件水平考试
SmartRadio2 小时前
ESP32-S3 双模式切换实现:兼顾手机_路由器连接与WiFi长距离通信
开发语言·网络·智能手机·esp32·长距离wifi
_.Switch3 小时前
东方财富股票数据JS逆向:secids字段和AES加密实战
开发语言·前端·javascript·网络·爬虫·python·ecmascript
yc_12243 小时前
用 Visual Studio 远程调试 Linux:从零到流畅的完整指南
linux·ide·visual studio
计算机安禾3 小时前
【Linux从入门到精通】第31篇:防火墙漫谈——iptables与firewalld防护指南
linux·运维·php
下一页盛夏花开3 小时前
ubuntu 20中安装QT以后出现红色空心断点
linux·运维·ubuntu
金色光环4 小时前
FreeModbus释放底层的 TCP 监听端口
服务器·网络·tcp/ip