|
|
|
|
#1 |
|
Junior Member
Join Date: Nov 2003
Posts: 4
|
port traffic measurement
I am using shoutcast on a Linux system, running multiple shoutcast servers. Now I need exact stastics which shoutcast server uses how much traffic.
does someone know a solution here ? thanks g-sus |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Nov 2003
Posts: 262
|
You are ambiguous as to the word traffic.
If you are basing traffic on the number of connections to each "server" then this will work. Do this for each log. I would put this in a script and run it in cron.daily #cat sc_serv.log |grep dest | grep -v closed > filenameyouwant #wc -l filenameyouused The output of wc -l will give you the number of lines in the file, one line for each connection. |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Nov 2003
Posts: 4
|
i think this works pretty fine, thanks a lot
|
|
|
|
|
|
#4 |
|
Forum King
|
You can also use MRTG and have it check bandwidth to certian ports as well as listener counts using SNMP. I think the website is www.mrtg.com
Megarock Radio - St. Louis Since 1998! Don't click this link! Corporate Radio Sucks! No suits, all rock! |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|