Is there a way we can filter the response times, erros in apex report of jmeter group by slaves?
How can we change the ms to sec in apdex report?
0
votes
1 Answers
0
votes
- For the existing results it's not possible, going forward you can consider adding __machineName() or __machineIP() functions to sampler labels, this way you will get slave hostname/ip address as sampler/transaction prefix or postfix
- There is no simple "switch", you will have to go through the report-template and divide the metrics by 1000 using JavaScript function where required