Jmeter slave report filter

60 views Asked by At
  1. Is there a way we can filter the response times, erros in apex report of jmeter group by slaves?

  2. How can we change the ms to sec in apdex report?

1

There are 1 answers

0
Dmitri T On
  1. 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
  2. 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