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

[runner][worker] Limit QPS #42

Open
at15 opened this issue Mar 13, 2018 · 0 comments
Open

[runner][worker] Limit QPS #42

at15 opened this issue Mar 13, 2018 · 0 comments
Milestone

Comments

@at15
Copy link
Member

at15 commented Mar 13, 2018

Besides limit by time/points, we can add extra constraints like limit QPS, it is different from firs two because those two determines the termination of workload, QPS controls the fastest speed each worker thread should be.

Also from YCSB about latency when QPS is limited

if you specify a target of 10 operations per second (and a single thread) then the Client will only execute an operation every 100 milliseconds. If the operation takes 12 milliseconds, then the client will wait for an additional 88 milliseconds before trying the next operation. However, the reported latency will not include this wait time; a latency of 12 milliseconds, not 100, will be reported.

@at15 at15 modified the milestones: Week 10, Week 11 Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant