Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orca web - Display requests per second #18

Open
lancelakey opened this issue Jul 3, 2013 · 0 comments
Open

Orca web - Display requests per second #18

lancelakey opened this issue Jul 3, 2013 · 0 comments
Assignees

Comments

@lancelakey
Copy link
Contributor

We currently display latency and concurrency. We should also calculate and display requests per second.

From our own load testing documentation elsewhere:

Requests Per Second

We arrive at the requests per second value using this formula:

( 1,000 / Latency ) * Concurrency

In plan english, this means one second divided by latency in milliseconds, multiplied by the level of concurrency equals requests per second.

Example

If we have a 200 ms response with a concurrency of 1,000 then you could fit 5 requests into 1 second for each concurrent connection. If you have 1,000 concurrent connections, you actually have 5,000 requests per second.

( 1,000 ms per second / 200 ms average latency ) * 1,000 concurrent requests = 5,000 requests per second
@ghost ghost assigned automatthew Jul 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants