You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2013/07/04 14:39:42 UTC

[Bug 53748] timer for the access log sampler

https://issues.apache.org/bugzilla/show_bug.cgi?id=53748

--- Comment #9 from Sebb <se...@apache.org> ---
I'm not sure why the access log needs to be rewritten, surely the sampler can
just read through the file until it finds the correct entry? Each sampler would
need to know the IP address for which it is responsible.

If the access log does need to be reformatted, it should be done as a separate
stage before starting the test proper, and the output should probably be
reformatted to make subsequent parsing easier.

I don't think this should be added to JMeter trunk without further analysis.
Maybe create an SVN branch so the feature can be tested further.
If it looks OK it can later be merged with trunk.

-- 
You are receiving this mail because:
You are the assignee for the bug.