Click to See Complete Forum and Search --> : how to track bandwidth?
hetman
02-05-2003, 05:24 AM
is there a way or an app for linux that can provide report on where bandwidth is going?
i want to be able to see which ports or services are eating up my bandwidth.
i have a dns, web, mail, ftp and ssh server running.
is this even possible to do? if so how?
thanks in advance.
renegade
02-05-2003, 10:37 PM
ipfw has bandwidth limiting 'pipes' which you may be what you're looking for.
hetman
02-06-2003, 02:58 AM
no thats not quite what i was looking for
bosox79
02-06-2003, 03:12 AM
Originally posted by hetman
is there a way or an app for linux that can provide report on where bandwidth is going?
i want to be able to see which ports or services are eating up my bandwidth.
i have a dns, web, mail, ftp and ssh server running.
is this even possible to do? if so how?
thanks in advance.
I would take a look at tools like
RRDtool
http://freshmeat.net/releases/54760/
or
mrtg
http://freshmeat.net/projects/mrtg/?topic_id=152
or
IPTraf
http://freshmeat.net/projects/iptraf/?topic_id=152
hope that is what you were looking for
:D