Thanks, that does look like a good starting point at the very least - I want to output this info to a file so I can post-process it with Excel or gnuplot and generate pretty pictures for management.
-----Original Message----- From: BAZLEY, Sebastian [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 12:08 PM To: 'JMeter Users List' Subject: RE: Building custom components... It's fairly new, and only in the CVS version, not in 1.9.1. >From the component_reference: "14.8.4 Generate Summary Results This test element can be placed anywhere in the test plan. Generates a summary of the test run so far to the log file and/or standard output. Both running and differential totals are shown. Output is generated every n seconds (default 3 minutes) on the appropriate time boundary, so that multiple test runs on the same time will be synchronised. This is mainly intended for batch (non-GUI) runs." I've not tested to see if it works without an output file. Perhaps you could put the output in the bit bucket (/dev/null or NUL or NL: or whatever). If it doesn't do quite what you want, it might be a good starting point for further development - perhaps could add some options to it to do different things - let me know (I wrote it). S. >-----Original Message----- >From: Heinz, Michael William [mailto:[EMAIL PROTECTED] >Sent: 20 February 2004 15:07 >To: 'JMeter Users List' >Subject: RE: Building custom components... > > >Summariser? There's a component that shows overall results, but not one >that shows interval results, is there? In any case it doesn't seem to >alter what gets written to the csv/xml file... > >-----Original Message----- >From: BAZLEY, Sebastian [mailto:[EMAIL PROTECTED] >Sent: Friday, February 20, 2004 9:43 AM >To: 'JMeter Users List' >Subject: RE: Building custom components... > >But please check the Summariser first - you might not need to build >anything! > >>-----Original Message----- >>From: Heinz, Michael William [mailto:[EMAIL PROTECTED] >>Sent: 20 February 2004 14:09 >>To: 'JMeter Users List' >>Subject: RE: Building custom components... >> >> >>The _lib jar sounds like what I need, thanks! >> >>-----Original Message----- >>From: BAZLEY, Sebastian [mailto:[EMAIL PROTECTED] >>Sent: Friday, February 20, 2004 8:53 AM >>To: 'JMeter Users List' >>Subject: RE: Building custom components... >> >>>-----Original Message----- >>>From: Heinz, Michael William [mailto:[EMAIL PROTECTED] >>>Sent: 20 February 2004 13:37 >>>To: 'JMeter Users List' >>>Subject: Building custom components... >>> >>> >>>Can someone point me to a list of prequisites for building jmeter? I >>>pulled down the source, installed ant, but now it appears to >>be looking >>>for other bits of jakarta infrastructure (the logger, for >>example) that >>>don't seem to be available standalone. >> >>I assume you've just downloaded the _src sip. >>To build JMeter, you'll also need the _lib zip. >> >>There are some other optional jars (BeanShell, BSF and Mail) but you >>probably don't need those for your application. >> >>If that does not sort matters, please post exact error messages and >>command that you used. >> >>> >>>We're doing long runs (as long as a week) and even CSV format will >>>generate gigs of data in that time frame. Currently I'm >>post-processing >>>the CSV files with a java program that generates statistics for >>>discrete intervals - for example, the average load time over >>5 minutes >>>- but I'd like to build it right into jmeter. >> >>There is already a summariser Post-Processor - have you had a look at >>that? ___________________________________________________________________________ This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. ___________________________________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ------------------------------------------------------------------------------ Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or its affiliates (which may be known outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD and in Japan, as Banyu) that may be confidential, proprietary copyrighted and/or legally privileged. It is intended solely for the use of the individual or entity named on this message. If you are not the intended recipient, and have received this message in error, please notify us immediately by reply e-mail and then delete it from your system. ------------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

