With regards to JMeter Listeners  View Results Tree
<https://jmeter.apache.org/usermanual/component_reference.html#View_Results_Tree>
  
and  View Results in Table
<https://jmeter.apache.org/usermanual/component_reference.html#View_Results_in_Table>
  
show statistics for each individual request 

<https://i.stack.imgur.com/XWCSb.png> 

Another option is adding specific JMeter Functions like  __threadNum()
<https://jmeter.apache.org/usermanual/functions.html#__threadNum>   to add
current number of virtual user or  ${__groovy(vars.getIteration(),)}
<https://www.blazemeter.com/blog/the-groovy-templates-cheat-sheet-for-jmeter>  
to add current Thread Group iteration number to the sampler, this way each
sampler will have an individual label and will be displayed separately even
in such listeners as  Aggregate Report
<https://jmeter.apache.org/usermanual/component_reference.html#Aggregate_Report>
  

<https://i.stack.imgur.com/mJRts.png>  



--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to