July 20, 2008 at 10:53 pm · Filed under linux
Web server set up Raiders
LINUX systems are common: CERN, NCSA, Apache three ways, generally the most commonly used method is to use Apache. Features such obvious ways, simple configuration, with the greatest compatibility of the system, using t...
June 18, 2008 at 8:38 pm · Filed under linux
How to use script to display bandwidth usage
#!/bin/bash
echo -n “which nic?”
read eth
echo “the nic is “$eth
echo -n “how much seconds:”
read sec
echo “duration is ...
June 18, 2008 at 8:32 pm · Filed under linux
nload: display bandwidth usage in liunx system
nload default NIC is eth0, if you change one you can input #nload eth1
# nload - help
Will be able to see the specific parameters of the programe.
Nload in two parts,one part is ...
June 18, 2008 at 8:25 pm · Filed under linux
iftop Some of the relevant directives
Purposes: to monitor real-time network status and the bandwidth used by ip
# iftop -i eth1
$ iftop -B
$ iftop -n
$ iftop -N
$ iftop -F 192.168.1.0/24 or 192.168.1.0/255.255.255....
June 18, 2008 at 8:18 pm · Filed under linux
my Linux system traffic
iftop: display bandwidth usage on an interface
iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pair...