I have a perl program that follows the tail of jmeter.log displaying real time info:
printf OUT "$date active=" .scalar(@threads) . " term=$numDone max=$max #req=%d art=%.2f #req=%d art3=%.2f\n",$rt->art(), $rt->art(10); each line of output has: datetime number of active threads number of threads completed maximum number of concurrent threads recorded number of requests average response time across all requests average response time across all requests in the last X seconds I am going to add some more metrics soon to this list. the program reads from stdin so like i wrote earlier, you need to tail the log file of jmeter. Not sure how this can be done in a win machine. let me know if you need the src though. On Wed, 1 Dec 2004 07:49:18 -0500, Bartlett, Sarah <[EMAIL PROTECTED]> wrote: > I have an older version of Excel that does not read xml files, however, I > just changed the log file format in the jmeter.properties to csv and it can > read them. Anybody know how to track exactly how many threads are running > concurrently at a given time in the test? I ramp up to 200 users but I'd > like to know how many of those are actually active at the peak load. > > Sarah Bartlett > > > > -----Original Message----- > From: Giuseppe Ielpa [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 01, 2004 3:36 AM > To: 'JMeter Users List' > Subject: RE: Excel tips and tricks > > Are you sure it is needed to filter the log by Perl? > I made a try with my Excel 2002 installation, and I > proved that it is able to open XML files. > > Just try File|Open, by setting file type as XML file > and it should work. > > Best > > Giuseppe Ielpa > [EMAIL PROTECTED] > > > -----Original Message----- > > From: Sonam Chauhan [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, December 01, 2004 1:45 AM > > To: 'JMeter Users List' > > Subject: Excel tips and tricks > > > > > > Hi - What Peter said below got me thinking... a few people > > here (including > > me) use Excel to analyse JMeter logs. It would be good for us > > to share tips and tricks, or even jointly develop macros, etc. > > --------------------------------------------------------------------- > 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] > > -- k.p. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

