Posted by chantra on 14th July 2006
nload is a ncurse based network traffic analyser. Being a ncurse based tools, you do not need to start X in order to use that software which is necessary when administering machines remotely … and even locally actually.
Read the rest of this entry »
Tags: monitoring, network
Posted in Administration, HowTo, Networking, Softwares | No Comments »
Posted by chantra on 14th July 2006
Examples:
monitoring interfaces eth0 and lo with unit type in kBit/s:
$nload eth0 lo
the same, but with both interface in the same windows:
$nload -m eth0 lo
monitoring eth0 with the max value for incoming bandwidth setted at 20kBit/s and max value for outgoing traffic at 15kBit/s with transfert unit type automatically handed by nload in Bit/s
$nload -i 20 -o 15 -u h eth0
Read the rest of this entry »
Tags: monitoring, network
Posted in Administration, HowTo, Networking, Softwares | No Comments »