visibility topn stats¶
Statistics for the object topn
topn Specification¶
Type Configuration Resource Element Name topn Element URI /axapi/v3/visibility/topn/stats Element Attributes topn_attributes Schema topn schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/visibility/topn/stats | ||
Get Object | GET | /axapi/v3/visibility/topn/stats | ||
Modify Object | POST | /axapi/v3/visibility/topn/stats | ||
Replace Object | PUT | /axapi/v3/visibility/topn/stats | ||
Delete Object | DELETE | /axapi/v3/visibility/topn/stats |
topn attributes¶
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Type object heap-alloc-failed
Description Total heap node alloc failed
Type: number
Format: counter
heap-alloc-oom
Description Total heap node alloc failed Out of Memory
Type: number
Format: counter
heap-alloc-success
Description Total heap node allocated
Type: number
Format: counter
heap-deleted
Description Total Heap node deleted
Type: number
Format: counter
obj-deleted
Description Total Object node deleted
Type: number
Format: counter
obj-reg-failed
Description Total object node alloc failed
Type: number
Format: counter
obj-reg-oom
Description Total object node alloc failed Out of Memory
Type: number
Format: counter
obj-reg-success
Description Total object node allocated
Type: number
Format: counter