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.

Hi,

maybe it’s just me, but after a few hours of using the tool (which is great btw), I’m still a little confused on what the options mean. In particular, I’m confused about the mismatch between cli options and yml options, e.g.

artillery quick --duration 60 --rate 10 -n 20 http://my.app.dev/api/resource

Is explained as “To create 10 virtual users every second for 60 seconds which will send 20 GET requests each”.

But when reading phases docs, I only see these options: arrivalRate, rampTo, arrivalCount and pause. Which one of those maps to nin the above (as I understand neither, how do I make each user make 20 requests then?). Also what's the difference betweenarrivalCountandarrivalRate` and how does that map to that cli example?

Perhaps a few more fleshed out examples could help. For example, that same CLI example “To create 10 virtual users every second for 60 seconds which will send 20 GET requests each” - how do you replicate that in yml?

How do I use artillery to keep ramping up until server/artillery crashes?

Sorry if this issue seems all over the place, just wanted to discuss how the docs could be improved (or perhaps it’s just me…).

Issue Analytics

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

github_iconTop GitHub Comments

4reactions
KidkAroliscommented, Mar 6, 2017

What’s the difference between “RPS Count” vs “Mean RPS”?

3reactions
hassycommented, Mar 8, 2017

hi @KidkArolis

  1. RPS count is the total number of requests made in a period. Mean RPS is the average number of requests per second during that period.
  2. Check out the loop command: https://artillery.io/docs/testing_http.html#loop-through-a-number-of-requests

arrivalRate is indeed the number of users “added” every second (ie arriving to use the application) - that’s what --rate corresponds to.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docs: unclear explanation of `map_values()` · Issue #2466
I think this means the following. Please tell me if I have it right or wrong. if x is not an object, then...
Read more >
How to Fix Blurry Images in Google Docs
Are your images blurry or pixelated when exporting to a PDF from Google? This is an issue we recently ran into when working...
Read more >
unclear documents | English examples in context - Ludwig
Sentence examples for unclear documents from inspiring English sources. RELATED ( 14 ). unspecific documents · unclear agreements · ambiguous ...
Read more >
Text has become blurry in a certain Google Doc for no ...
I'm saying that when I open the documents on my phone, the text is not fuzzy. However, this has no bearing on the...
Read more >
Any fix for the blurry text in Google Docs? : r/firefox - Reddit
The text in some documents that was previously fine suddenly became blurry. Not all, just some. I'm guessing those problem docs were part...
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