Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.75 KB

File metadata and controls

20 lines (19 loc) · 1.75 KB

LbStatisticsCounter

Properties

Name Type Description Notes
sourceIpPersistenceEntrySize Long Number of source IP persistence entries [optional]
packetsOut Long Number of packets out [optional]
bytesOutRate BigDecimal The average number of outbound bytes per second, the number is averaged over the last 5 one-second intervals. [optional]
totalSessions Long Number of total sessions
httpRequestRate BigDecimal The average number of http requests per second, the number is averaged over the last 5 one-second intervals. [optional]
bytesOut Long Number of bytes out
packetsInRate BigDecimal The average number of inbound packets per second, the number is averaged over the last 5 one-second intervals. [optional]
bytesInRate BigDecimal The average number of inbound bytes per second, the number is averaged over the last 5 one-second intervals. [optional]
currentSessions Long Number of current sessions
maxSessions Long Number of maximum sessions
packetsOutRate BigDecimal The average number of outbound packets per second, the number is averaged over the last 5 one-second intervals. [optional]
httpRequests Long The total number of http requests. [optional]
bytesIn Long Number of bytes in
currentSessionRate BigDecimal The average number of current sessions per second, the number is averaged over the last 5 one-second intervals. [optional]
packetsIn Long Number of packets in [optional]