codelipenghui commented on issue #6327: The pulsar-perf generated HdrHistogram file open failed URL: https://github.com/apache/pulsar/issues/6327#issuecomment-586597398 To use `hgrm` file that the `pulsar-perf` generated, the following steps can work well. > 1. clone https://github.com/HdrHistogram/HdrHistogram.git > 2. cd HdrHistogram > 3. mvn clean install -DskipTests > 4. $ ./HistogramLogProcessor -i `<hgrm file path that pulsar-perf generated>` -o `<output path>` After these steps, you will get two output files, upload the output file that the file name ends with `.hgrm` to https://hdrhistogram.github.io/HdrHistogram/plotFiles.html, you will get a graphical display.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
