OS
mtr (一个综合ping和tracerotue的好工具)
四 27th
看到同事有检测网络的输出,问了下,原来是linux下自带的工具.
骨肉寡闻啊.
mtr – a network diagnostic tool
mtr combines the functionality of the traceroute and ping programs in a[......]
网络检测工具
二 27th
1. ethtool 工具的使用.查看网卡当前工作于何种模式下
如 ethtool eth0
ethtool -s eth0 speed 100 duplex full autoneg off
2. 监控网络
a) IPTraf这个工具的使用.
IPTraf is a console-base[......]
使用watch查看网络流量.
六 1st
watch – execute a program periodically, showing output fullscreen
By default, the program is run every 2 seconds. 默认2秒.
几个示例.
1. linux下查看网络流量
有时[......]
使用split切割文件,加速导入数据
五 10th
split – split a file into pieces
split [OPTION] [INPUT [PREFIX]]
如以下一个网友切割视频文件的方法.
split -b 20m RevolutionOS.rmvb RevOS_part_ #20m一个文件,前缀RevO[......]