LBStatisticsCounter (type)

{
  "id": "LBStatisticsCounter", 
  "module_id": "PolicyLBStatistics", 
  "properties": {
    "bytes_in": {
      "description": "Number of bytes in.", 
      "readonly": true, 
      "title": "Number of bytes in", 
      "type": "integer"
    }, 
    "bytes_in_rate": {
      "description": "The average number of inbound bytes per second, the number is averaged over the last 5 one-second intervals.", 
      "readonly": true, 
      "title": "average number of inbound bytes per second", 
      "type": "number"
    }, 
    "bytes_out": {
      "description": "Number of bytes out.", 
      "readonly": true, 
      "title": "Number of bytes out", 
      "type": "integer"
    }, 
    "bytes_out_rate": {
      "description": "The average number of outbound bytes per second, the number is averaged over the last 5 one-second intervals.", 
      "readonly": true, 
      "title": "average number of outbound bytes per second", 
      "type": "number"
    }, 
    "current_session_rate": {
      "description": "The average number of current sessions per second, the number is averaged over the last 5 one-second intervals.", 
      "readonly": true, 
      "title": "average number of current sessions per second", 
      "type": "number"
    }, 
    "current_sessions": {
      "description": "Number of current sessions.", 
      "readonly": true, 
      "title": "Number of current sessions", 
      "type": "integer"
    }, 
    "dropped_packets_by_access_list": {
      "description": "The total number of dropped TCP SYN or UDP packets by access list control.", 
      "title": "The total number of dropped packets by access list control", 
      "type": "integer"
    }, 
    "dropped_sessions_by_lbrule_action": {
      "description": "The total number of dropped sessions by LB rule action.", 
      "title": "The total number of dropped sessions by LB rule action", 
      "type": "integer"
    }, 
    "http_request_rate": {
      "description": "The average number of http requests per second, the number is averaged over the last 5 one-second intervals.", 
      "readonly": true, 
      "title": "averabe number of http requests per second", 
      "type": "number"
    }, 
    "http_requests": {
      "description": "The total number of http requests.", 
      "readonly": true, 
      "title": "The total number of http requests.", 
      "type": "integer"
    }, 
    "max_sessions": {
      "description": "Number of maximum sessions.", 
      "readonly": true, 
      "title": "Number of maximum sessions", 
      "type": "integer"
    }, 
    "packets_in": {
      "description": "Number of packets in.", 
      "readonly": true, 
      "title": "Number of packets in", 
      "type": "integer"
    }, 
    "packets_in_rate": {
      "description": "The average number of inbound packets per second, the number is averaged over the last 5 one-second intervals.", 
      "readonly": true, 
      "title": "average number of inbound packets per second", 
      "type": "number"
    }, 
    "packets_out": {
      "description": "Number of packets out.", 
      "readonly": true, 
      "title": "Number of packets out", 
      "type": "integer"
    }, 
    "packets_out_rate": {
      "description": "The average number of outbound packets per second, the number is averaged over the last 5 one-second intervals.", 
      "readonly": true, 
      "title": "average number of outbound packets per second", 
      "type": "number"
    }, 
    "source_ip_persistence_entry_size": {
      "description": "Number of source IP persistence entries", 
      "readonly": true, 
      "title": "Number of source IP persistence entries", 
      "type": "integer"
    }, 
    "total_sessions": {
      "description": "Number of total sessions.", 
      "readonly": true, 
      "title": "Number of total sessions", 
      "type": "integer"
    }
  }, 
  "type": "object"
}