Re: Graphing value from HTTP Request

2007-01-17 Thread Jake Jacobson
Thank you for your response. Can you point me to where this has been talked about before. I have spent the last 4 days reading over everything I could find about JMeter and I have had no luck in finding clear examples to show how to use this tool. Jake On 1/17/07, sebb <[EMAIL PROTECTED]> wrot

Re: Graphing value from HTTP Request

2007-01-17 Thread sebb
This has been discussed a few times recently... To extract the value one can use the RE or XPath Post-Processor. This can easily be written to jmeter.log or stdout using the __logn() function. There is no means at present to write additional fields to the JTL file. However, you could use a Java

Re: Graphing value from HTTP Request

2007-01-17 Thread Jake Jacobson
Does anyone have any comments on this? Is my question clear or do I need to restate it? I need to be able to extract a value from the returned XML document and save that value with the other diagnostic data that JMeter records. Jake On 1/15/07, chris <[EMAIL PROTECTED]> wrote: I have basicall

Re: Graphing value from HTTP Request

2007-01-15 Thread chris
I have basically the same question, graphing the listeners with these values would be gr8, if you made it work please post your solution.. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Graphing value from HTTP Request

2007-01-12 Thread Jake Jacobson
I am doing a HTTP Request that returns a XML document. I then want to use XPath Extractor to get the response time out of the XML. Sample XML is: 0.012345 ... ... Is there a way to get the "Simple Data Writer" to write the output from the XPath Extractor to the file? I would then l