Package org.apache.pulsar.testclient
Class BrokerMonitor
java.lang.Object
org.apache.pulsar.testclient.CmdBase
org.apache.pulsar.testclient.BrokerMonitor
Monitors brokers and prints to the console information about their system resource usages, their topic and bundle
counts, their message rates, and other metrics.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pulsar.testclient.CmdBase
CmdBase.ParameterException -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBrokerMonitor(ZooKeeper zkClient) Create a broker monitor from the given ZooKeeper client. -
Method Summary
Methods inherited from class org.apache.pulsar.testclient.CmdBase
addCommand, addCommand, call, getCommander, parse, run, validate
-
Field Details
-
connectString
-
-
Constructor Details
-
BrokerMonitor
public BrokerMonitor() -
BrokerMonitor
Create a broker monitor from the given ZooKeeper client.- Parameters:
zkClient- Client to create this from.
-
-
Method Details