优秀的Linux网络工具

nload

nload can monitor the inbound and outbound traffic of each network adapter.

如何安装 nload?

yum install nload

iftop

iftop can monitor incoming and outcoming traffic of ip which connected to localhost.

How to install iftop?

yum install iftop

fping

fping can detect the reachable to remote host, and it also can detect reachable to every hosts

in whole netwok

Download url: http://www.fping.org/dist/

compile and install

./配置 –prefix=/usr/local/fping/

使 && make isntall

axel
Axel is A light download Accelerator for Linux, which makes the download faster by creating multiple connections, so I often use this command to open and download large files, which is much faster than WGET, and supports breakpoint downloads by default.
The method to install in RHEL/CentOS:
yum install axel -y
用法: axel [选项] url1 [url2] [url…]
max-speed=x -s x Specify maximum speed (bytes per second)
num-connections=x -n x Specify maximum number of connections
output=f -o f Specify local output file
search[=x] -秒 [X] Search for mirrors and download from x servers
header=x -H x Add header string
user-agent=x -U x Set user agent
no-proxy -N Just don’t use any proxy server
quiet -q Leave stdout alone
verbose -v More status information
alternate -a Alternate progress indicator
help -h This information
version -V Version information
Visit http://axel.alioth.debian.org/ to report bugs
例:
axel -n 10 -o /tmp http:/../path/../package.tar.gz

3 回复“优秀的Linux网络工具”

  1. 谢谢, I have just been searching for info approximately this subject for
    a while and yours is the best I have discovered till now.
    但, what in regards to the bottom line? Are you certain about the supply?

  2. Hi, I think your blog might be having browser compatibility issues.
    When I look at your website in Firefox, it looks fine but when opening in Internet Explorer, it has some overlapping.

    I just wanted to give you a quick heads up! Other then that, great blog!

发表评论