| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Tue Feb 14, 2006 2:46 pm Post subject: access.log format |
|
|
Greetings all!
I was looking at the access.log file being generated for my IceCast2 server (I think I'm running 2.2 on RHEL3 and another on RHEL4), and I can pretty-much tell what each value in the logfile pertains to, except for the very last number at the end. Let me give an example:
xxx.xxx.xxx.xxx - - [14/Feb/2006:08:44:10 -0600] "GET /audio/quran/recitation/al-afaasee/surah_al_qiyamah.mp3 HTTP/1.0" 200 3389387 "-" "WinampMPEG/2.7" 201
It is the number in bold about which I am asking.
If anyone can shed light on this, I would greatly appreciate it!
Thanks in advance! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Feb 14, 2006 3:32 pm Post subject: |
|
|
The number is the duration, in seconds, the client was connected for.
karl |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Tue Feb 14, 2006 4:15 pm Post subject: |
|
|
| karlH wrote: |
The number is the duration, in seconds, the client was connected for.
karl |
Thanks! I guessed that's what it was, but I couldn't find it mentioned anywhere in the documentation. Perhaps I could've deduced it if I looked at the source code.
Much appreciatated. |
|
| Back to top |
|
 |
|