2008/5/6 efj <[EMAIL PROTECTED]>:
>
>  Is there a way I can save the monitor results performance data? I've setup a
>  simple test plan as per the online documentation and get data in the graph
>  showing tomcat memory, load, thread & etc.
>
>  However, is there a way to save this data to file? I've added a simple data
>  writer to the monitor thread group but that only seems to record the HTTP
>  request to the tomcat status servlet, rather than showing any response data
>  - memory, load, thread & etc.
>
>  Much like the other listeners I'd like to save the data to a file to then be
>  able to work with the raw data, or even reopen it via jmeter to look at an
>  "old" peformance graph.

That's not possible currently.

You can save the raw data in the usual way; make sure you save as XML
and include the URL and responseData.

You can also save the processed data, just add a filename to the
Monitor Visualiser.

Unfortunately it's not possible to reload the data with the Monitor.
This is because the raw data format does not include the isMonitor
flag setting, so none of the samples will be processed.

It is not currently possible to reload the processed data either.

There's a further problem to do with the fact that the same field is
used for both input and output file names; the Monitor Visualiser is
unique in that it generates its own samples, which then get written to
the same file.

However, it would be possible to do your own processing using the
processed data; the format is quite simple.

>  --
>  View this message in context: 
> http://www.nabble.com/Saving-the-tomcat-monitor-results-performance-data-tp17078504p17078504.html
>  Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  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]

Reply via email to