Re: Graphing value from HTTP Request

2007-01-17 Thread Jake Jacobson
use a Java Request (or BeanShell) sampler to create a dummy sample with the appropriate data. On 17/01/07, Jake Jacobson <[EMAIL PROTECTED]> wrote: > 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

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

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

Re: Newbie question about JMeter

2007-01-12 Thread Jake Jacobson
t; http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200701.mbox/<[EMAIL PROTECTED]> > > > > and > > > > http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200701.mbox/<[EMAIL PROTECTED]> > > > > On 12/01/07, Jake Jacobson <[EMAIL PR

Re: Newbie question about JMeter

2007-01-12 Thread Jake Jacobson
wrote: See: http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200701.mbox/<[EMAIL PROTECTED]> and http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200701.mbox/<[EMAIL PROTECTED]> On 12/01/07, Jake Jacobson <[EMAIL PROTECTED]> wrote: > I guess I am just really de

Re: Newbie question about JMeter

2007-01-12 Thread Jake Jacobson
lpful Jake On 1/11/07, Jake Jacobson <[EMAIL PROTECTED]> wrote: Thanks for your help. I was able to get these problems resolved and everything seems to be working as expected now with my while loop. Jake On 1/11/07, sebb <[EMAIL PROTECTED]> wrote: > On 11/01/07, Jake Jacobso

Re: Newbie question about JMeter

2007-01-11 Thread Jake Jacobson
Thanks for your help. I was able to get these problems resolved and everything seems to be working as expected now with my while loop. Jake On 1/11/07, sebb <[EMAIL PROTECTED]> wrote: On 11/01/07, Jake Jacobson <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to buil

Read random lines from CVS file

2007-01-11 Thread Jake Jacobson
Is there a way to read a random line from a CVS file with JMeter? I have a file with about 10,000 query terms and I want to select 50 of them from the list in a random order. One possible solution would be to make a Perl script that would generate the list I need and then run JMeter using this g

Newbie question about JMeter

2007-01-11 Thread Jake Jacobson
Hi, I am trying to build a test plan to load test our search appliance. I have a file with search terms, 1 per line that I want to submit against the application. I want to go through the list once and when I reach the end of file, the test would end. I am having 2 issues that I need help with