This commit is contained in:
parent
c49d7c5417
commit
6dba9f8305
@ -180,9 +180,9 @@
|
||||
"SONIC_EVENTS_SWSS_CHK_CRM_THRESHOLD_VALID": {
|
||||
"sonic-events-swss:sonic-events-swss": {
|
||||
"sonic-events-swss:chk_crm_threshold": {
|
||||
"percent": 0,
|
||||
"used_cnt": 0,
|
||||
"free_cnt": 0,
|
||||
"percent": 80,
|
||||
"used_cnt": 6414,
|
||||
"free_cnt": 65300,
|
||||
"timestamp": "1985-04-12T23:20:50.52Z"
|
||||
}
|
||||
}
|
||||
|
@ -102,11 +102,11 @@ module sonic-events-swss {
|
||||
}
|
||||
|
||||
leaf used_cnt {
|
||||
type uint8;
|
||||
type uint32;
|
||||
}
|
||||
|
||||
leaf free_cnt {
|
||||
type uint64;
|
||||
type uint32;
|
||||
}
|
||||
|
||||
uses evtcmn:sonic-events-cmn;
|
||||
|
Loading…
Reference in New Issue
Block a user