You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "glinius@live.com" <gl...@live.com> on 2019/06/10 08:23:37 UTC

Re: JMeter with selenium scripts - response time for individual requests

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: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org