public interface ServerMetrics
ServerLoadProbe
for
use in calculating the load on the server.Modifier and Type | Method and Description |
---|---|
int |
getClientCount()
Get the number of clients connected to this
bridge server.
|
int |
getConnectionCount()
Get the number of open connections
for this bridge server.
|
int |
getMaxConnections()
Get the max connections for this bridge server.
|
int |
getSubscriptionConnectionCount()
Get the number of client subscription connections hosted on this
bridge server.
|
int getConnectionCount()
int getClientCount()
int getSubscriptionConnectionCount()
int getMaxConnections()
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.