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

相关推荐
15Moonlight14 分钟前
Linux系统(02):基础开发工具
linux·运维·服务器
hxhy0043 分钟前
服务器挖矿排查与清理
运维·服务器
basketball6161 小时前
软考中级网络工程师 第6章 网络安全 备考总结
大数据·网络·web安全·网络工程师·软考
lightqjx1 小时前
VS Code连接Linux远端服务器的方法
linux·服务器·vs code
琥珀色糖1 小时前
Linux GDB调试
linux·运维·服务器·gdb·调试
NGINX开源社区1 小时前
NGINX Ingress Controller 5.5:安全性与性能提升,迁移更轻松
java·服务器·nginx
云老大-阿里云国际站代理商1 小时前
腾讯云国际站代理商:CVM 跨地域网络抖动排查,深度分析 TCP 重传与 MTU 问题
网络·tcp/ip·腾讯云
weixin_307779132 小时前
PHP 大文件上传:内存占用、超时与最佳实践
linux·服务器·开发语言·nginx·php
国际云,接待2 小时前
云服务器 SSH 被扫爆了怎么办:安全组、密钥登录与 Fail2ban 的完整加固清单
服务器·安全·ssh
闲云野鹤在人间2 小时前
项目实战:LNMP-电商平台-ECshop
linux·运维·nginx·apache·lvs