jMeter get current UNIX time stamp

In config we can use this

${__javaScript(new Date().getTime();)}

In Shell we can use the default java function

 time = System.currentTimeMillis();

 

 

online tool for converting time : http://www.epochconverter.com/

Author: bm on May 2, 2016
Category: jMeter

Your comment:

Your Name

Comment:




Last articles