Not sure that it is useful directly in JMeter ,but post data can be tracked using http://wiki.orbeon.com/forms/doc/developer-guide/monitoring-http-requests
regards deepak On Thu, Feb 25, 2010 at 5:49 PM, Janine Sisk <[email protected]> wrote: > I'm relatively new to Tomcat and brand new to JMeter, and a bit perplexed. > And yes, I have been RTFMing for several hours now. > > I want to use JMeter's access log sampler, to generate load tests based on > real-world usage data: > > > http://jakarta.apache.org/jmeter/usermanual/jmeter...sslog_sampler_step_by_step.pdf > > But it requires that POST data be logged, and I'm stuck trying to figure > out how to do that. It refers you to a page which no longer exists, but the > modern version of it appears to be > > http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html > > But it doesn't give any info about POST data. I found the page for the > ExtendedAccessLogValve > > > http://tomcat.apache.org/tomcat-6.0-doc/api/org/ap...es/ExtendedAccessLogValve.html > > And it looks like if I wanted to capture a particular named parameter I > would use x-P(parameter-name) to do it, but that still doesn't help me get > them all. > > Is there a way to do this that I'm just not finding? > > Thanks in advance, > > janine > > >

