Package org.apache.pulsar.testclient
Class BrokerMonitor
- java.lang.Object
-
- org.apache.pulsar.testclient.BrokerMonitor
-
public class BrokerMonitor extends java.lang.ObjectMonitors brokers and prints to the console information about their system resource usages, their topic and bundle counts, their message rates, and other metrics.
-
-
Constructor Summary
Constructors Constructor Description BrokerMonitor(org.apache.zookeeper.ZooKeeper zkClient)Create a broker monitor from the given ZooKeeper client.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Run a monitor from command line arguments.voidstart()Start the broker monitoring procedure.
-