c++ - In apache qpid how to list the brokers status? -


in apache qpid how list brokers status?

i'm using qpid-stat -b:

brokers   broker  cluster       uptime   conn  sess  exch  queue   ========================================================   ?       <standalone>  17m 29s     1     1     8     5 

other these option there?

it depends mean broker status. may try qpid-tool. can read more here , here.

this utility provided telnet style interface able view, list stats , action methods. simple capture below. best play , mail list if have questions or want features added.

example

% qpid-tool management tool qpid qpid: list summary of objects type:     package                 class         active  deleted     =======================================================     org.apache.qpid.broker  exchange      8       0     com.redhat.rhm.store    store         1       0     org.apache.qpid.broker  broker        1       0     org.apache.qpid.broker  binding       16      12     org.apache.qpid.broker  session       2       1     org.apache.qpid.broker  connection    2       1     org.apache.qpid.broker  vhost         1       0     org.apache.qpid.broker  queue         6       5     org.apache.qpid.broker  system        1       0     org.apache.qpid.broker  subscription  6       5 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -