In My JMeter scenario, 500 threads do 4000+ user logins. The results captures only active threads vs response time. But, I would like to get number of users(logins) vs response time.
Is there a way to plot the successful Login transactions as users in JMeter?
Thanks in advance.
Isn't Transactions per Second chart what you're looking for?
You can install them as a part of
3 Basic Graphsbundle using JMeter Plugins ManagerAlternative option is placing all the requests related to the "Login transaction" under the Transaction Controller and configure it to generate "Parent sample", this way the whole login sequence will be treated as a single request by any JMeter listener and/or chart.