|
|
event log, web tracker & script profiler |
|
|
1.0 |
|
|
Knut Meinke |
|
|
free |
|
|
all |
|
|
PHP / Error Handling |
|
|
Click to Visit |
|
|
Click to Download |
|
|
14 |
A script, mainly to track traffic, script performance and errors and debug messages.
4 functions are used to control the log:
The method 'create' creates an event without to start the profiler.
The method 'start' creates an event and start the profiler.
The method 'stop' stop the profiler for a given event.
The method 'logAll' stop all events and insert them into the mySQL table.
Following data are stored for each event: event type, start time, stop time, duration, domain, path, query string, referer, IP, user agent and a generic string field for additional infos.
The download include: class file, 2 samples, SQL create table statement.
|