network

mtr (一个综合ping和tracerotue的好工具)

看到同事有检测网络的输出,问了下,原来是linux下自带的工具.
骨肉寡闻啊.

mtr – a network diagnostic tool
mtr combines the functionality of the traceroute and ping programs in a[......]

继续阅读

网络检测工具

1. ethtool 工具的使用.查看网卡当前工作于何种模式下
如 ethtool eth0
ethtool -s eth0 speed 100 duplex full autoneg off

2. 监控网络
a) IPTraf这个工具的使用.
IPTraf is a console-base[......]

继续阅读

使用watch查看网络流量.

watch – execute a program periodically, showing output fullscreen
By default, the program is run every 2 seconds. 默认2秒.

几个示例.
1. linux下查看网络流量
有时[......]

继续阅读