You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/11/01 15:49:14 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #12569: [pulsar-perf] Write histogram files for consume command

merlimat commented on a change in pull request #12569:
URL: https://github.com/apache/pulsar/pull/12569#discussion_r740319567



##########
File path: pulsar-testclient/src/main/java/org/apache/pulsar/testclient/PerformanceConsumer.java
##########
@@ -407,6 +410,16 @@ public static void main(String[] args) throws Exception {
 
         Histogram reportHistogram = null;
 
+        String statsFileName = "perf-consumer-" + System.currentTimeMillis() + ".hgrm";

Review comment:
       This should probably be turned off by default




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org