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.
If your Test Plan includes some samplers that are run only at the start and end of a test thread - e.g. login and logout - then it would be possible to write a script to count these. As it stands, the log file only includes actual samples. Alternatively, the jmeter.log file shows when threads start and end - it would be easy enough to write a script to process this, and produce a CSV file showing the timestamp and current number of threads. This could be merged with the sampler data file, or you could load it as a separate work sheet and add the information to existing charts - should be easy enough using an X-Y chart, as the timestamps will have been generated from the same clock. It might be useful if it was possible to optionally include thread startup and shutdown records in the same file as the data - Bugzilla enhancement request anyone? S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

