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

Ability to prime BoundedCycleCounter with a different starting position #55

Closed
fruch opened this issue Oct 25, 2023 · 0 comments
Closed
Labels
enhancement New feature or request

Comments

@fruch
Copy link

fruch commented Oct 25, 2023

when we want to split some load across multiple loader machine (i.e. machine that generate traffic in our tests)
we have lots of cases we need to split the ranges each machine is working on
for example if we want to write big amount of data (few terabytes), doing so with multiple machine that would run through the same exact case with the same counter, would cause excessive rewrite, and slow the whole thing down.

I would be nice if we can have a way to pass to latte something like:

latter run -d 10000000 --start-counter 0 -- workload.ns 127.0.0.1
latter run -d 10000000 --start-counter 10000000 -- workload.ns 127.0.0.1
latter run -d 10000000 --start-counter 20000000 -- workload.ns 127.0.0.1
latter run -d 10000000 --start-counter 30000000 -- workload.ns 127.0.0.1
latter run -d 10000000 --counter-range 0-10000000 -- workload.ns 127.0.0.1
latter run -d 10000000 --counter-range 10000000-20000000 -- workload.ns 127.0.0.1
latter run -d 10000000 --counter-range 20000001-30000000 -- workload.ns 127.0.0.1
latter run -d 10000000 --counter-range 30000001-40000000 -- workload.ns 127.0.0.1
@pkolaczk pkolaczk added the enhancement New feature or request label Jul 6, 2024
pkolaczk added a commit that referenced this issue Aug 3, 2024
pkolaczk added a commit that referenced this issue Aug 3, 2024
vponomaryov pushed a commit to scylladb/latte that referenced this issue Oct 25, 2024
vponomaryov pushed a commit to scylladb/latte that referenced this issue Oct 28, 2024
vponomaryov pushed a commit to scylladb/latte that referenced this issue Oct 28, 2024
vponomaryov pushed a commit to scylladb/latte that referenced this issue Oct 28, 2024
vponomaryov pushed a commit to scylladb/latte that referenced this issue Oct 28, 2024
vponomaryov pushed a commit to scylladb/latte that referenced this issue Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants