See if something like this
${__javaScript((${__time()}-${TESTSTART.MS})/1000)} works for you-----Original Message----- From: ZK [mailto:[email protected]] Sent: Thursday, November 03, 2011 8:43 AM To: [email protected] Subject: Re: How best to track start & end times during a test? You could add this to a 'debug sampler' name; inside a 'once only controller': [Date=${__time("dd-MM-yyyy",today)}] [Time=${__time("hh:mm",today)}] This would give you the start date and time for your test ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/How-best-to-track-start-end-times-during- a-test-tp4959871p4960358.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- 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]
