candlerb commented on issue #5684: Documentation: units for storageSize
URL: https://github.com/apache/pulsar/issues/5684#issuecomment-567984387
 
 
   With 2.4.2, after publishing 500 x 1M messages as before:
   
   ```
   ubuntu@ldex-pulsar:~$ apache-pulsar-2.4.2/bin/pulsar-admin topics stats temp
   {
     "msgRateIn" : 0.0,
     "msgThroughputIn" : 0.0,
     "msgRateOut" : 0.0,
     "msgThroughputOut" : 0.0,
     "averageMsgSize" : 0.0,
     "storageSize" : 500012872,
     "backlogSize" : 0,
     "publishers" : [ ],
     "subscriptions" : { },
     "replication" : { },
     "deduplicationStatus" : "Disabled"
   }
   ```
   
   Therefore storageSize now looks sensible, thank you.
   
   (Aside: although I've just written a big burst of messages, I don't 
understand averageMsgSize=0, msgRateIn=0.0.  I've done this after 0, 60, 300 
seconds.  Maybe these also don't come into play until there are consumers 
and/or subscriptions?  But that's a separate issue)

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

Reply via email to