I have created a Jmeter Transaction Controller that run a HTTP sampler under while loop having 8 regular expression extractors. I want to track the start time and complete time of each regex match. Using Response Time i am able to get time stamp but i am confused whether its start time stamp or stop time stamp, Also how i can track the timestamp of regex match in while loop. I have written a beanshell script to write data to csv file as soon as match is found but not able to find out the Jmeter CTX API name that can help me track the time of transaction controller.
I am think about, adding a preprocessor to track starttime but what would be the API name for the timestamp match for regex. Is it getTime()
or I simply use ${__time(dd/MM/yyyy HH:mm:ss a)}
in my script against each regex match
Screenshot below: