On 02/06/2009, Scott McFadden <[email protected]> wrote: > Does JMeter have a way to show the following: > > > > 1. What time a web test plan was started. > > 2. How long a web test plan has been running. > > 3. What time a web test plan stopped (normal stoppage or error > condition)
Check jmeter.log. Times are also written to sample result (JTL) files, but these are in milliseconds since Jan 1, 1970. See: http://jakarta.apache.org/jmeter/usermanual/listeners.html#csvlogformat --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

