question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

arrivalRate lower than 1

See original GitHub issue

ideally it would be nice to have the ability to make request over a given duration with fewer concurrent virtual users than 1 per second. it looks like it is not possibile to specify an arrivalRate lower than 1.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
ivoputzercommented, Mar 18, 2017

we are currently trying to load-test our cluster with artillery and it works pretty well though in our case single services take long running tasks and we need to stress both the cluster and individual service for given phases and scenarios.

@hassy the problem can indeed be solved by tweaking both arrivalCount and duration properties each time and this is what we currently do though it feels quite strange at least to me doing the math each time again when trying to adjust the suite’s throughput better expressed with an arrivalRate property. we’ve tried the previous patch #280 on our suites and the behaviour seems stable. just to make an example an arrivalRate of .5 would represent one request each 2 seconds and this once over a consistent duration.

2reactions
hassycommented, Mar 18, 2017

What’s your use-case @ivoputzer? Can it be solved by using arrivalCount? An arrivalRate of less than 1 doesn’t really make sense intuitively.

Read more comments on GitHub >

github_iconTop Results From Across the Web

arrivalRate lower than 1 using Artillery - load testing
I am trying to design load tests using Artillery on a computation-heavy API which typically requires at least a few seconds to send...
Read more >
Test Scripts - Artillery.io
The above load phase is equivalent to the following: phases: - arrivalRate: 0 duration: 1.96 - arrivalRate: 1 duration: 1.96 - arrivalRate: 2...
Read more >
arrival rate λ - an overview | ScienceDirect Topics
Whenever there is more than one customer at the checkout, however, a “bagger” is added, increasing the service rate to β per hour....
Read more >
PFA_SMF_ARRIVAL_RATE - IBM
PFA performs this type of comparison to determine if the SMF arrival rate is higher than expected or lower than expected.
Read more >
Little's law - Wikipedia
In mathematical queueing theory, Little's result, theorem, lemma, law, or formula is a ... long-term average effective arrival rate λ multiplied by the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found