Re: Exporting aggregate reports

2004-06-15 Thread Michael Stover
How would you feel about being able to export an image (PNG) of the visualizer? -Mike On Mon, 2004-06-14 at 19:42, Remedy QA wrote: Are there any plans to implement exporting reports feature in JMeter? It would be nice be able to export the calculated aggregate measurements than rather

Re: Functional Testing

2004-06-15 Thread Shailender Jain
Hi, 1. Is there any way in JMeter 2.0.1 that i can group all the transactions of one thread in View Result Tree 2. Can someone explain how the render html option works in View Result Report. If i copy the text, save it as HTML and open it in IE then it works fine. 3. Is there

Re: Functional Testing

2004-06-15 Thread Michael Stover
On Tue, 2004-06-15 at 08:05, Shailender Jain wrote: Hi, 1. Is there any way in JMeter 2.0.1 that i can group all the transactions of one thread in View Result Tree Not in View Result tree. Aggregate report can do this, but, of course, it doesn't show the response data. 2. Can

RE: Exporting aggregate reports [bcc][faked-from]

2004-06-15 Thread Krahe, Chris
My two cents: PNG would be handy, but export to CSV more handy (e.g. aggregate report). -Chris Krahe From: Michael Stover [mailto:[EMAIL PROTECTED] Sent: Tue 6/15/2004 7:24 AM To: JMeter Users List Subject: Re: Exporting aggregate reports [bcc][faked-from]

RE: Exporting aggregate reports

2004-06-15 Thread Remedy QA
CSV would definitely be more handy. That is what I was looking for. Other formats such as html would be nice too. Right now, if we really want to save an image of a visualizer, we can screen capture it. mabel --- Krahe, Chris [EMAIL PROTECTED] wrote: My two cents: PNG would be handy, but

RE: clarification on remote testing

2004-06-15 Thread David Csaki
Hi, As recommeded, I modified jmeter-server.bat file as follows: From: jmeter -s %JMETER_CMD_LINE_ARGS% To: jmeter -s hold_sample=true %JMETER_CMD_LINE_ARGS% and still have same terrible performance. While the test is running I still see counters incrementing, rate changing, etc... for each

RE: clarification on remote testing

2004-06-15 Thread Michael Stover
did you try -Jhold_sample=true? http://jakarta.apache.org/jmeter/usermanual/get-started.html#override -Mike On Tue, 2004-06-15 at 17:09, David Csaki wrote: Hi, As recommeded, I modified jmeter-server.bat file as follows: From: jmeter -s %JMETER_CMD_LINE_ARGS% To: jmeter -s

Question about users.xml sequence

2004-06-15 Thread Sheng Huang
I am using HTTP User Parameter Modifier and users.xml to set up more than 100 users logging in a system. It works fine, however, JMeter seems to pick userId/password randomly. That is, it won't use the first userId/password for the first thread, the second userId/password for the second thread,