LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setBytesIn(java.lang.Long bytesIn) |
Number of bytes in.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setBytesInRate(java.lang.Double bytesInRate) |
The average number of inbound bytes per second, the number is averaged over the
last 5 one-second intervals.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setBytesOut(java.lang.Long bytesOut) |
Number of bytes out.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setBytesOutRate(java.lang.Double bytesOutRate) |
The average number of outbound bytes per second, the number is averaged over the
last 5 one-second intervals.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setCurrentSessionRate(java.lang.Double currentSessionRate) |
The average number of current sessions per second, the number is averaged over
the last 5 one-second intervals.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setCurrentSessions(java.lang.Long currentSessions) |
Number of current sessions.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setDroppedPacketsByAccessList(java.lang.Long droppedPacketsByAccessList) |
The total number of dropped TCP SYN or UDP packets by access list control.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setDroppedSessionsByLbruleAction(java.lang.Long droppedSessionsByLbruleAction) |
The total number of dropped sessions by LB rule action.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setHttpRequestRate(java.lang.Double httpRequestRate) |
The average number of http requests per second, the number is averaged over the
last 5 one-second intervals.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setHttpRequests(java.lang.Long httpRequests) |
The total number of http requests.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setMaxSessions(java.lang.Long maxSessions) |
Number of maximum sessions.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setPacketsIn(java.lang.Long packetsIn) |
Number of packets in.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setPacketsInRate(java.lang.Double packetsInRate) |
The average number of inbound packets per second, the number is averaged over
the last 5 one-second intervals.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setPacketsOut(java.lang.Long packetsOut) |
Number of packets out.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setPacketsOutRate(java.lang.Double packetsOutRate) |
The average number of outbound packets per second, the number is averaged over
the last 5 one-second intervals.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setSourceIpPersistenceEntrySize(java.lang.Long sourceIpPersistenceEntrySize) |
Number of source IP persistence entries format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
LBStatisticsCounter.Builder |
LBStatisticsCounter.Builder.setTotalSessions(java.lang.Long totalSessions) |
Number of total sessions.
|