On Wed, 1 Dec 2004 07:12:15 -0600, praveen <[EMAIL PROTECTED]> wrote: > 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
BTW, the Summariser test element provides some of this information. It can be enabled in jmeter.properties. At present it just gives the summary stats for the last time-frame (delta) and for the test run so far. It could perhaps be extended to provide the thread counts. > > 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. > > Why not add it to the Wiki? [...] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

