JMeter - plotting logins as Active Users

243 views Asked by At

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.

1

There are 1 answers

1
Dmitri T On

Isn't Transactions per Second chart what you're looking for?

JMeter Plugins Transactions per Second

You can install them as a part of 3 Basic Graphs bundle using JMeter Plugins Manager

JMeter Plugins Manager Basic Graphs


Alternative 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.