public class AggregateConnectionMetricsDTO extends Object
Collects aggregated metrics on all connections.
Modifier and Type | Field and Description |
---|---|
long |
current_time
The current time on the broker machine.
|
long |
objects
Total number of opened connections.
|
long |
read_counter
Total number of bytes that have been read from the connections.
|
long |
subscription_count
Total number of subscriptions opened by the connections.
|
long |
write_counter
Total number of bytes that have been written to the connections.
|
Constructor and Description |
---|
AggregateConnectionMetricsDTO() |
public long current_time
public long read_counter
public long write_counter
public long subscription_count
public long objects
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.