On 31/03/2008, Alex Karpus <[EMAIL PROTECTED]> wrote:
> I guess that what I will have to implement as well.
>
>  Though I was looking at the "Summary Report" listener and I like the summary
>  information it displays (Average, Min, Max, ... Error, ... etc). However
>  when I turn on the log feature for that listener, it logs the individual
>  results for each test thread.

Yes, JMeter always stores the same data.
It would not make sense to log summary data anyway until the end of a test.

>  Is there any way to make it log just the data (already summarized) that it
>  displays in the GUI?

No, but you can copy and paste from the GUI at the end of the run.
The next release of JMeter has a button to make this simpler.

>  Thanks,
>  Alex
>
>  On Wed, Mar 26, 2008 at 6:28 PM, Sonam Chauhan <[EMAIL PROTECTED]>
>  wrote:
>
>
>  > Hi
>  >
>  >
>  >
>  > I've integrated JMeter with a custom testing application that uses a
>  > command similar to the one below to run JMeter tests externally:
>  >
>  > jmeter  -n -t <test_script> -l <logfile> -p <property_file>
>  >
>  >
>  >
>  > The parameters passed to JMeter are:
>  >
>  > -n
>  >
>  > Run in non-GUI mode
>  >
>  > -t <test_script>
>  >
>  > Test script file (.jmx extension)
>  >
>  > -l <logfile>
>  >
>  > Test log file
>  >
>  > -p <property_file>
>  >
>  > Test runtime properties file
>  >
>  >
>  >
>  > After the JMeter instances controlled by have finished running and have
>  > written out their log files (as specified by the '-l' parameter), the
>  > test driver application parses the JMeter-format log files and writes
>  > out new log files in a common log format suitable for further data
>  > analysis (eg: Excel). This wiki page has useful documentation on this:
>  >
>  > http://wiki.apache.org/jakarta-jmeter/LogAnalysis
>  >
>  >
>  >
>  >
>  >
>  > I wish JMeter had a OLE or DBUS interface. ;-)
>  >
>  >
>  >
>  > Regards,
>  >
>  > Sonam Chauhan
>  >
>  > --
>  >
>  > Corporate Express Australia Ltd.
>  >
>  > Phone: +61-2-93350725, Email: [EMAIL PROTECTED]
>  >
>  >
>  >
>  > -----Original Message-----
>  > From: Alex Karpus [mailto:[EMAIL PROTECTED]
>  > Sent: Thursday, 27 March 2008 6:44 AM
>  > To: jmeter-user@jakarta.apache.org
>  > Subject: JMeter Integration
>  >
>  >
>  >
>  > Hi all,
>  >
>  >
>  >
>  > I have a vast performance related Java framework into which I want to
>  >
>  > integrate JMeter.
>  >
>  > However from investigation it has become apparent that because JMeter
>  > comes
>  >
>  > split into many different JARs and relies on quite a few internally hard
>  >
>  > coded lib location paths, it is not possible to bundle it into a self
>  >
>  > contained JAR.
>  >
>  >
>  >
>  > Ideally I was looking to simply include JMeter as a library in my
>  > framework
>  >
>  > and have my framework programmatically launch JMeter, as well as
>  > interpret
>  >
>  > results etc.
>  >
>  > Anybody have any suggestions as to how that might be achieved, if it is
>  > even
>  >
>  > possible?
>  >
>  >
>  >
>  > Thanks in advance,
>  >
>  > Alex
>  >
>  >
>  > The information contained in this email and any attached files are
>  > strictly
>  > private and confidential. This email should be read by the intended
>  > addressee
>  > only.  If the recipient of this message is not the intended addressee,
>  > please
>  > call Corporate Express Australia Limited on +61 2 9335 0555 or Corporate
>  > Express
>  > New Zealand Limited on +64 9 279 2555 and promptly delete this email and
>  > any
>  > attachments.  The intended recipient of this email may only use,
>  > reproduce,
>  > disclose or distribute the information contained in this email and any
>  > attached
>  > files with Corporate Express' permission. If you are not the intended
>  > addressee,
>  > you are strictly prohibited from using, reproducing, disclosing or
>  > distributing
>  > the information contained in this email and any attached files.  Corporate
>  > Express advises that this email and any attached files should be scanned
>  > to
>  > detect viruses. Corporate Express accepts no liability for loss or damage
>  > (whether caused by negligence or not) resulting from the use of any
>  > attached
>  > files.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to