Linux下查看和设置MTU
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
MTU是Maximum Transmission Unit的缩写。意思是网络上传送的最大数据包。
查看方法和设置方法各有两种,分别是ifconfig和文件
ifconfig:
查看:ifconfig eth0
就可以找到MTU的信息
设置:ifconfig eth0 mtu 1500
文件:
查看:cat /sys/class/net/eth0/mtu
设置:echo "1460" > /sys/class/net/eth0/mtu
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:4 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献7条内容
所有评论(0)