0

I'm having trouble scheduling tests on Jmeter.

How do I do this kind of scheduling?

I would like to run tests every 1 hour to validate latency ....

Thanks in advance!

Estevao FPM
  • 113
  • 1
  • 9

1 Answers1

2

The options are in:

  1. Configure Thread Group to run Forever and add a Flow Control Action sampler to sleep for 3600000 milliseconds between iterations
  2. Use operating system task scheduling features like:

  3. Use a 3rd-party Continous Integration server to orchestrate JMeter job, all of them allow scheduling job executions in a variety of ways
Dmitri T
  • 159,985
  • 5
  • 83
  • 133