| View previous topic :: View next topic |
| Author |
Message |
flip
Joined: 24 Jun 2008 Posts: 3 Location: Lx
|
Posted: Tue Jun 24, 2008 5:47 pm Post subject: statistics analyzer |
|
|
hi,
I would like to know wich software you use to analyze your icecast server stats.
I am currently using w3perl , but I am not quite happy with it, mainly because of Winamp, which is always performing requests. |
|
| Back to top |
|
 |
cmodyssey
Joined: 28 Mar 2008 Posts: 63
|
Posted: Tue Jun 24, 2008 7:42 pm Post subject: |
|
|
Hi flip,
Would you mind posting the output you are getting from W3Perl, I'd just like to see what it looks like.
Thanks in advance.
Richard. |
|
| Back to top |
|
 |
flip
Joined: 24 Jun 2008 Posts: 3 Location: Lx
|
Posted: Mon Jul 07, 2008 11:07 am Post subject: |
|
|
Sorry for the delay. The stats for our streams are password protected, and I was wondering how could I made them available for you. My "boss" is very strict about giving passwords away.
Anyway, to see w3perl in action, the author has a several demos on its site. this is for a web server, which is the same format as icecast. http://www.w3perl.com/demo/web/
As I said my problem is with Winamp, which registers multiple requests for a single listener. A sample of this:
| Code: |
89.180.67.78 - - [22/Jun/2008:21:11:12 +0100] "GET / HTTP/1.0" 200 6155 "-" "Winamp-Mozilla/4.0 (compatible; RadioToolbox/v1.1.1)" 0
89.180.67.78 - - [22/Jun/2008:21:11:42 +0100] "GET / HTTP/1.0" 200 6155 "-" "Winamp-Mozilla/4.0 (compatible; RadioToolbox/v1.1.1)" 0
89.180.67.78 - - [22/Jun/2008:21:12:12 +0100] "GET / HTTP/1.0" 200 6155 "-" "Winamp-Mozilla/4.0 (compatible; RadioToolbox/v1.1.1)" 0
|
when the normal output should be like this:
| Code: |
193.136.129.95 - - [23/Jun/2008:21:47:25 +0100] "GET /zero128.mp3 HTTP/1.0" 200 5567091 "-" "xmms/1.2.10" 366
|
So when I try to analyze the stats, I get numbers that do not correspond to the reality, because of this Winamp behavior. As certainly someone here as already experienced this, my question is how do you guys do it? |
|
| Back to top |
|
 |
flip
Joined: 24 Jun 2008 Posts: 3 Location: Lx
|
Posted: Wed Jul 09, 2008 4:28 pm Post subject: |
|
|
| flip wrote: |
As I said my problem is with Winamp, which registers multiple requests for a single listener. A sample of this:
| Code: |
89.180.67.78 - - [22/Jun/2008:21:11:12 +0100] "GET / HTTP/1.0" 200 6155 "-" "Winamp-Mozilla/4.0 (compatible; RadioToolbox/v1.1.1)" 0
89.180.67.78 - - [22/Jun/2008:21:11:42 +0100] "GET / HTTP/1.0" 200 6155 "-" "Winamp-Mozilla/4.0 (compatible; RadioToolbox/v1.1.1)" 0
89.180.67.78 - - [22/Jun/2008:21:12:12 +0100] "GET / HTTP/1.0" 200 6155 "-" "Winamp-Mozilla/4.0 (compatible; RadioToolbox/v1.1.1)" 0
|
|
I finally figure it out. It is not winamp, but instead an application to check out the stats. see http://www.radiotoolbox.com/docs/index.php?p_id=1&doc_id=1 .
The problem is that this was setup up by someone outside our radio staff. And it keeps checking back every 30 seconds, which leads to huge log files. And to top it off, it doesn't work since I had block the acess to public stats in the past. |
|
| Back to top |
|
 |
mafralon
Joined: 10 Feb 2009 Posts: 3
|
Posted: Tue Feb 10, 2009 8:05 am Post subject: log |
|
|
Hello,
I'm new with Icecast, so i have to know some things about the differents fields contained in the access.log file such :
89.180.67.78 - - [22/Jun/2008:21:11:12 +0100] "GET / HTTP/1.0" 200 6155 "-" "Winamp-Mozilla/4.0 (compatible; RadioToolbox/v1.1.1)" 0
I see 10 fields, what are they meaning ?
In advance, thanks
Marc |
|
| Back to top |
|
 |
|