Welcome to Bandwith Check Utility Home page.

You will need to ensure chargen is turn on to check the bandwidth.

To enable chargen on Linux:

create the following file /etc/xinetd.d/charge
service chargen
{
        type            = INTERNAL
        id              = chargen-stream
        socket_type     = stream
        protocol        = tcp
        user            = root
        wait            = no
        disable         = no
}  

service xinetd restart

To Compile bwcheck
gcc -o bwcheck bwcheck.c

To execute
./bwcheck  
	
./bwcheck 172.16.11.2 
Throughput: 73390.74 kb