I would like to take log files from IIS and import them into a tool. Then in that tool I would like it to generate a load testing script that includes all the requests and the timing of the requests.
It would be ideal if I could change the timing of the requests, or if the software contained some extra feature to speed up traffic until the response times were affected or reached some prior set threshold.
Free would be best, but the cheaper the better as well
Use LogParser 2.2 to extract the request URI's or RConvLog to convert the W3SVC log files to the standardised NCSA format.
Import your results in Apache JMeter's Access Log Sampler module
Replay away!