tanvipenumudy opened a new pull request, #5156:
URL: https://github.com/apache/ozone/pull/5156
## What changes were proposed in this pull request?
Enhance the read/write tool (ockrw) to include list operation support. Users
can specify the percentage of read, write, and list tasks for generating the
mixed workload. This should help in benchmarking the performance of the
listKeys operation.
The below command runs 50% of read-key tasks, 40% list-key tasks and 10% of
write-key tasks from pre-generated keys:
`ozone freon ockrw --percentage-read 50 --percentage-list 40 -r 100 -v
voltest -b buckettest -p performanceTest`
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-9128
## How was this patch tested?
Added robot tests
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]