FlowCacheStatistics (type)

{
  "additionalProperties": false, 
  "id": "FlowCacheStatistics", 
  "properties": {
    "dont_cache": {
      "description": "Number of packets that cannot be cached", 
      "title": "Dont Cache", 
      "type": "string"
    }, 
    "hit_rate": {
      "description": "Hit percentage", 
      "title": "Hit rate", 
      "type": "string"
    }, 
    "hits": {
      "description": "Number of packets forwarded", 
      "title": "Hits", 
      "type": "string"
    }, 
    "insertions": {
      "description": "Number of times new entries have been added.", 
      "title": "Insertions", 
      "type": "string"
    }, 
    "max_seen_percentage": {
      "description": "Percentage of maximum entries with respect to total size.", 
      "title": "Max Seen Percentage", 
      "type": "string"
    }, 
    "misses": {
      "description": "Number of entries passed on to the next layer due to cache miss.", 
      "title": "Misses", 
      "type": "string"
    }, 
    "skipped": {
      "description": "Number of unsupported packets or disabled cache misses.", 
      "title": "Skipped", 
      "type": "string"
    }
  }, 
  "type": "object"
}