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/09/13 03:09:16 UTC

[GitHub] [pulsar] yuruguo commented on a change in pull request #11985: [testclient] Call printAggregatedStats method before client exit

yuruguo commented on a change in pull request #11985:
URL: https://github.com/apache/pulsar/pull/11985#discussion_r706975867



##########
File path: pulsar-testclient/src/main/java/org/apache/pulsar/proxy/socket/client/SimpleTestProducerSocket.java
##########
@@ -45,6 +45,7 @@
 @WebSocket(maxTextMessageSize = 64 * 1024)
 public class SimpleTestProducerSocket {
     public static Recorder recorder = new Recorder(TimeUnit.SECONDS.toMillis(120000), 5);
+    public static Recorder cumulativeRecorder = new Recorder(TimeUnit.SECONDS.toMillis(120000), 5);

Review comment:
       Consistent with other implementations such as `PerformanceProducer`, `PerformanceReader`, `ManagedLedgerWriter` and `PerformanceConsumer`




-- 
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