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

Question about --timelimit #21

Open
gmarkomanolis opened this issue Jun 24, 2021 · 4 comments
Open

Question about --timelimit #21

gmarkomanolis opened this issue Jun 24, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@gmarkomanolis
Copy link

Hi,

If I use in one execution -w and -r and the --timelimit, then the timelimit duration is for the total execution and not for each case (write and read). Could be considered such option if it does not exist already?

regards,
George

@breuner
Copy link
Owner

breuner commented Jun 26, 2021

Thanks for your feedback, George.

Just to make sure I understand the request correctly: You are suggesting that when a time limit of (for example) 60 seconds is exceeded in the write phase, then the read phase should still run and use again a timit limit of 60 seconds, correct?

So far my assumption was that you could just run two separate commands, one for the write phase and one for the read phase, each with a time limit. That's why I did not add such an option in the past. However, it would be relatively easy to add such an option if it is helpful for you.

@breuner breuner self-assigned this Jun 26, 2021
@breuner breuner added the enhancement New feature or request label Jun 26, 2021
@gmarkomanolis
Copy link
Author

Yes, this is correct about the example. You could name it different for full compatibility with the behavior until now, if it is an issue. You are right, about the two commands but makes it more easy to use one command.

@breuner
Copy link
Owner

breuner commented Jun 30, 2021

Hi George, ok, I will add this for you. It will take a few weeks because I'm currently trying to finalize the new S3 support for elbencho. Will let you know here when it's available.

@gmarkomanolis
Copy link
Author

No worries, it is ok.

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