Home
last modified time | relevance | path

Searched refs:cstats (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/dns/
H A Dcache.c1445 json_object *cstats = (json_object *)cstats0; in dns_cache_renderjson() local
1454 json_object_object_add(cstats, "CacheHits", obj); in dns_cache_renderjson()
1458 json_object_object_add(cstats, "CacheMisses", obj); in dns_cache_renderjson()
1462 json_object_object_add(cstats, "QueryHits", obj); in dns_cache_renderjson()
1466 json_object_object_add(cstats, "QueryMisses", obj); in dns_cache_renderjson()
1470 json_object_object_add(cstats, "DeleteLRU", obj); in dns_cache_renderjson()
1474 json_object_object_add(cstats, "DeleteTTL", obj); in dns_cache_renderjson()
1478 json_object_object_add(cstats, "CacheNodes", obj); in dns_cache_renderjson()
1482 json_object_object_add(cstats, "CacheBuckets", obj); in dns_cache_renderjson()
1494 json_object_object_add(cstats, "TreeMemMax", obj); in dns_cache_renderjson()
[all …]