slb template cache stats¶
Statistics for the object cache
cache Specification¶
Type Collection Collection Name cache-list Collection URI /axapi/v3/slb/template/cache/{name} Element Name cache Element URI /axapi/v3/slb/template/cache/{name}/stats Element Attributes cache_attributes Schema cache schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/template/cache/{name} | ||
Create List | POST | /axapi/v3/slb/template/cache/{name} | ||
Get Object | GET | /axapi/v3/slb/template/cache/{name}/stats | ||
Get List | GET | /axapi/v3/slb/template/cache/{name} | ||
Modify Object | POST | /axapi/v3/slb/template/cache/{name}/stats | ||
Replace Object | PUT | /axapi/v3/slb/template/cache/{name}/stats | ||
Replace List | PUT | /axapi/v3/slb/template/cache/{name} | ||
Delete Object | DELETE | /axapi/v3/slb/template/cache/{name}/stats |
cache-list¶
cache-list is JSON List of cache attributes
cache-list : [
]
cache attributes¶
name
Description Specify cache template name
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Type object aging_entry
Description some help string
Type: number
Format: counter
bytes_served
Description Bytes served from cache
Type: number
Format: counter
caching_req
Description Total requests to cache
Type: number
Format: counter
cleaned_entry
Description some help string
Type: number
Format: counter
content_toobig
Description slbTemplateCacheContentToobig, help content_toobig
Type: number
Format: counter
content_toosmall
Description slbTemplateCacheContentToosmall, help content_toosmall
Type: number
Format: counter
entry_create_failures
Description slbTemplateCacheEntryCreateFailures, help entry_create_failures
Type: number
Format: counter
entry_num
Description some help string
Type: number
Format: counter
header_save_error
Description some help string
Type: number
Format: counter
hits
Description Cache hits
Type: number
Format: counter
ims_request
Description some help string
Type: number
Format: counter
invalidate_match
Description some help string
Type: number
Format: counter
match
Description some help string
Type: number
Format: counter
mem_size
Description some help string
Type: number
Format: counter
miss
Description Cache misses
Type: number
Format: counter
nc_req_header
Description slbTemplateCacheNcReqHeader, help nc_req_header
Type: number
Format: counter
nc_res_header
Description slbTemplateCacheNcResHeader, help nc_res_header
Type: number
Format: counter
nm_response
Description some help string
Type: number
Format: counter
nocache_match
Description some help string
Type: number
Format: counter
replaced_entry
Description some help string
Type: number
Format: counter
rsp_deflate
Description some help string
Type: number
Format: counter
rsp_gzip
Description some help string
Type: number
Format: counter
rsp_no_compress
Description some help string
Type: number
Format: counter
rsp_other
Description some help string
Type: number
Format: counter
rsp_type_304
Description some help string
Type: number
Format: counter
rsp_type_CE
Description some help string
Type: number
Format: counter
rsp_type_CL
Description some help string
Type: number
Format: counter
rsp_type_other
Description some help string
Type: number
Format: counter
rsp_type_stream
Description some help string
Type: number
Format: counter
rv_failure
Description slbTemplateCacheRvFailure, help rv_failure
Type: number
Format: counter
rv_success
Description some help string
Type: number
Format: counter
total_req
Description Total requests received
Type: number
Format: counter