Anonymous
Anonymous

Reputation: 888

Can we schedule JMeter to run for an hour for specific number of users?

If we want to execute the script for an hour for 5k users, which thread group will fit best? How do I make sure that only 5k users will be injected in whole 1 hour?

Upvotes: 0

Views: 423

Answers (1)

Dmitri T
Dmitri T

Reputation: 168052

Sure you can, this can be implemented using any Thread Group derivative, i.e.

  1. Normal JMeter Thread Group:

    JMeter Thread Group

  2. Concurrency Thread Group

    Concurrency Thread GRoup

  3. Ultimate Thread Group

    Ultimate Thread Group

By default you have only option #1, other Thread Groups can be installed using JMeter Plugins Manager

Upvotes: 2

Related Questions