Hmmm.. I just got CVS head and made it. I don't see anything in the GUI that specifies if/where to save the functional plan in the Monitor Results listener. I assume that the format is specified in jmeter.properties. Any docs on the format, fields?
Thanks Paul On Wed, 05 Jan 2005 19:16:58 -0500, Michael Stover <[EMAIL PROTECTED]> wrote: > Yes, that is unfortunately true in 2.0.2. > > But! In the CVS HEAD, the listeners are now individually configurable > regarding what exactly they save and in what format. So, you should be > able to tell the monitor listener to save results just for the Monitor > Sampler, and save the full results. I don't think the monitor servlet > returns so much data that that would kill your hard drive space. > > -Mike > > On Wed, 2005-01-05 at 18:54, Paul Leclerc wrote: > > I could do that, but it would also save the results of the other two > > threads, correct? I'm running a 2 hour test so the amount of data > > would be huge. And wouldn't turning on functional testing mode > > significantly affect the load test? > > > > I suppose I could run another instance of Jmeter non-gui with JUST the > > Monitor results and have that be in functional testing mode. That's > > pretty ugly though! I'd have to parse through that big file to get > > the information that I need. Yuck. > > > > > > On Wed, 05 Jan 2005 19:01:26 -0500, mstover <[EMAIL PROTECTED]> wrote: > > > Can't you turn on functional testing and save the entire response data > > > for the servlet monitor thread, and then you should be able to fun > > > jmeter again later, open a monitor listener and tell it to load your > > > result file. It would then re-generate all the same statistics, no? > > > > > > -Mike > > > > > > On Wed, 2005-01-05 at 16:05, Paul Leclerc wrote: > > > > 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] > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > -- > Michael Stover <[EMAIL PROTECTED]> > Apache Software Foundation > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

