Active Users along the Simulation" graph becomes 0 active users after 16-17 minutes.

103 views
Skip to first unread message

Sivaramakrishna Sriramulu

unread,
Jan 10, 2017, 7:44:56 AM1/10/17
to Gatling User Group
HI,
I am new to gatling and I intend to verify this scenario 
Simulate 1000 req/s with a ramp of 100 seconds, then hold this throughput for 10 minutes, jump to 500 req/s and finally hold this throughput for 10 Minutes

The Code for the same is as below :

class MySimulation extends Simulation {
setUp((XXX.YYY).inject(constantUsersPerSec(70) during(20 minutes)).throttle(reachRps(1000) in (100 seconds),  holdFor(10 minutes), jumpToRps (500), holdFor(10 minutes))) 


Want to know as to why this behaviour in gatling, and any help to resolve the same  is highly appreciated.

Thanks and Regards,
Sivaramakrishna
ActiveUsers.png

Николай Хитров

unread,
Jan 13, 2017, 5:04:07 AM1/13/17
to Gatling User Group
I have the same issue. Judging by server logs, reqests are still beind sent, even if the chart says there are no active users. So it may be some chart generation bug.
Sorry for my bad english.

Maxime

unread,
Jan 19, 2017, 8:01:32 AM1/19/17
to Gatling User Group
Hello,

I also have a similar issue.

As you can see in the following screenshot users seems to finish at 12:34 even though there is some activities until 12:37


You can find the full simulation log in the file simulation.log.tar.gz.

Best regards,
Maxime
Gatling 2.2.3
simulation.log.tar.gz

Barry Perez

unread,
Jan 19, 2017, 9:20:48 AM1/19/17
to Gatling User Group
Looks like this problem: https://github.com/gatling/gatling/issues/3220

We noticed the same (active users graph sometimes shows 0 - but analysis shows that the correct throughput was achieved so it's a problem with the active users graph calculation as opposed to no load being applied).
Reply all
Reply to author
Forward
0 new messages