Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2003-04-03 : 08:01:00
|
I'm trying to find a tool that will replay an IIS Web Log in real time.I thought WAS was the ticket, but my testing seem to show that if plays the log in sequential order waiting for the response before sending the next request.I need to reproduce a SQL Server database performance problem, so I need to replay the IIS Web Log to exactly simulate what happened.Ever heard of anything like that?Jay White{0} |
|
Peter Dutch
Posting Yak Master
127 Posts |
Posted - 2003-04-08 : 02:22:44
|
The Win2K resource kit has a tool called playback. I think it does what you need |
 |
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2003-04-08 : 07:11:51
|
With Playback, you need to record the log must be captured with the playback .dll registered ... it doesn't take a raw IIS log as input.Jay White{0} |
 |
|
Peter Dutch
Posting Yak Master
127 Posts |
Posted - 2003-04-08 : 07:59:27
|
Hmm, ok didn't read your requirements well enough... |
 |
|
|
|
|