Journal On Lawn's Journal: Ask {/.}: Instant Replay for Web Servers 5
Anyone know of a utility that will read through Apache logs, and then simulate that activity (i.e. replay) to help debug issues?
Anyone know of a utility that will read through Apache logs, and then simulate that activity (i.e. replay) to help debug issues?
Thus mathematics may be defined as the subject in which we never know what we are talking about, nor whether what we are saying is true. -- Bertrand Russell
A few. (Score:2)
http://code.oremj.com/git/?p=log_replay;a=summary [oremj.com]
Realtime weblog replayer:
http://www.cs.virginia.edu/~rz5b/software/software.htm [virginia.edu]
An article at OnLamp - with a bunch of related problem info:
http://www.onlamp.com/pub/a/apache/2004/04/22/blackbox_logs.html?page=1 [onlamp.com]
Re: (Score:2)
I knew there was something out there, but for some reason Google wasn't finding it for me. Its been a long time since Google let me down.
Re: (Score:2)
Would this work? (Score:1)
You could setup your wget to use cookies too if you wanted. If you needed a sleep or pause between them that could be implemented too.
Re: (Score:2)
I am looking for something that sticks with the general timing also. But if that works it can do quite a bit of good for me.