I'm executing JMeter with Infinite loop test driven from CSV Data Set Config
Which stop when ends:
Recycle on EOF false
Stop Thread on EOF true
I want to know the remaining time of execution dynamically by CSV records number,
For example 1000 rows, each takes seconds - 1000 seconds
And if it's not possible, at least to print row number in similar way of printing ${__threadNum}
Is there such option(s)?