linux网络路由管理之一(硬件特性-基础信息查看)

#linux查看网卡支持多少队列
    grep enp1s0f0 /proc/interrupts |awk '{print $NF}'
    ethtool -S eth0

#linux查看网卡队列数
    cat /proc/interrupts | grep -E "enp1s0f0|CPU"

#动态监控网卡队列
    watch -d -n 1 'cat /proc/interrupts'
    watch -d -n 1 'cat /proc/interrupts | grep -E "enp1s0f0|CPU"'
声明:本文为原创,作者为 辣条①号,转载时请保留本声明及附带文章链接:https://boke.wsfnk.com/archives/114.html
谢谢你请我吃辣条谢谢你请我吃辣条

如果文章对你有帮助,欢迎点击上方按钮打赏作者

最后编辑于:2022/12/3作者: 辣条①号

现在在做什么? 接下来打算做什么? 你的目标什么? 期限还有多少? 进度如何? 不负遇见,不谈亏欠!

暂无评论

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

arrow grin ! ? cool roll eek evil razz mrgreen smile oops lol mad twisted wink idea cry shock neutral sad ???