Hi all,

I was wondering if anyone knew of tools for analyzing web log files,
with a focus on looking in detail at individual users' behaviour,
rather than generating aggregate statistics.

I'm specifically interesting in this tool to aid with debugging in
response to user reports, so that I can see what the user was doing to
trigger the buggy situation.

Currently, I'm just using grep for this, but it can get a bit
repetitive and it would be nice if there was a tool that let me easily
do the following:

 * Skip to a particular time range
 * Get a list of all the IPs with activity at that time
 * Get a summary of each users' activity - for example, a list of all
GET requests excluding images,css,js,etc.
 * Colour code requests, eg, GET vs. POST, 30x vs 20x, etc.

Before I start hacking together half-baked it would be nice to see if
there was an existing tool.  I can't be the first person to think of
this!  However, initial googling isn't getting me too far.

Does anyone have suggestions?
--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to