jojochuang opened a new pull request, #6297: URL: https://github.com/apache/ozone/pull/6297
## What changes were proposed in this pull request? Add a new freon tool similar to `ozone freon om-echo` that can be used to benchmark client to DataNode route-trip latency. Usage: `ozone freon dn-echo --containerID=1 -n 100000 -t 32 --payload-req=0 --payload-resp=1024` This tool requires SCM superuser privilege. It sends an echo request and receives the response to DataNodes associated with container specified with `--containerID`, repeat `100000` times, using `32` threads. The request has a `0`KB payload and the response has `1024`KB payload. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10442 ## How was this patch tested? Two unit tests, also tested in a real cluster. -- 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]
