I am using Jmeter's access log sampler to run a performance test. I am
following the instructions [here](
https://jmeter.apache.org/usermanual/jmeter_accesslog_sampler_step_by_step.html
)

The only problem now is the fact I realized that the access log sampler
does not make use of the timestamps in the access log to schedule the
requests, it just goes through the entry one after the other.

As I would like to reproduce, as exactly as possible, the requests as they
happen in the access log, I would require Jmeter to pace the requests based
on the timestamps in the log entries.

So far, I have not figured how to do this. Any ideas?

Reply via email to