-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Implement write throughput in Fuse Stressbench #14539
Labels
Comments
A few ideas by @ssz1997 : Rename the current Write operation to PrepareData For write throughput test, all threads just keep writing during the warmup time and duration time until time is up. Report the number of bytes written Delete all written data after testing. |
alluxio-bot
pushed a commit
that referenced
this issue
Dec 9, 2021
### What changes are proposed in this pull request? Fixes #14539 ### Why are the changes needed? Recording write throughput of stressbench ### Does this PR introduce any user facing changes? Yeah, users can get write throughput from stressbench pr-link: #14643 change-id: cid-baed413af046ecd27987c778d3fe8542d485f113
yyongycy
pushed a commit
to yyongycy/alluxio
that referenced
this issue
Jan 6, 2022
### What changes are proposed in this pull request? Fixes Alluxio#14539 ### Why are the changes needed? Recording write throughput of stressbench ### Does this PR introduce any user facing changes? Yeah, users can get write throughput from stressbench pr-link: Alluxio#14643 change-id: cid-baed413af046ecd27987c778d3fe8542d485f113
flaming-archer
pushed a commit
to flaming-archer/alluxio
that referenced
this issue
Sep 1, 2022
Fixes Alluxio#14539 Recording write throughput of stressbench Yeah, users can get write throughput from stressbench pr-link: Alluxio#14643 change-id: cid-baed413af046ecd27987c778d3fe8542d485f113
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Fuse stressbench is added which supports getting the fuse read throughput.
Docs available at https://docs.alluxio.io/os/user/stable/en/operation/StressBench.html#fuse-io-stress-bench
Related PRs
#13869
#14018
Describe the solution you'd like
Support write throughput as well
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Urgency
Explain why the feature is important
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: