You are correct. That is exactly what I want to do. Thanks for looking into this for me.
Paul On Wed, 5 Jan 2005 16:00:31 -0500, Peter Lin <[EMAIL PROTECTED]> wrote: > ok, I think I understand. > > you already have the simple data writer to save the sampleResults, but > you want to save the stats generated by the monitor listener. > > if that is the case, currently the stats the monitor calculates is not > saved. what I tend to do is start jmeter in GUI mode and minimize it > in the background. Since your test plan includes other thread groups, > that won't work for you. Let me take a look tonight and see what it > would take to save that data. > > peter > > On Wed, 5 Jan 2005 13:55:30 -0700, Paul Leclerc <[EMAIL PROTECTED]> wrote: > > Peter, > > Here's the basic flow of my test plan. > > > > Test Plan > > Thread Group 1 > > HTTP Sampler 1 > > HTTP Sampler 2 > > HTTP Sampler 3 > > HTTP Sampler 4 > > ..... > > Thread Group 2 > > HTTP Sampler 1 > > HTTP Sampler 2 > > HTTP Sampler 3 > > HTTP Sampler 4 > > ..... > > HTTP Request Defaults > > HTTP Cookie Manager > > View Results in Table (from all threads) > > Server Monitor Thread > > HTTP Cookie Manager > > HTTP Authorization Manager (TC5 Admin login) > > HTTP Request (/manager/status) > > Constant Timer > > Simple Data Writer > > Monitor Results Listener ***** save these values ***** > > View Results Tree > > > > I want to save the values that are graphed in the Monitor Results > > Listener. I'm going to be running these tests in non-GUI mode with > > the log specified on the command line. I don't mind hardcoding > > another filename for storing the Monitor Results log file somewhere > > else. I'm also using CSV format for the log files. > > > > Does this make sense? > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

