diff --git a/doc/DUT_monitor_HLD.md b/doc/DUT_monitor_HLD.md index bd17ca8b81..df9d2ca7d8 100644 --- a/doc/DUT_monitor_HLD.md +++ b/doc/DUT_monitor_HLD.md @@ -230,7 +230,7 @@ Display output of the following commands: + df -h --total /* + ps aux --sort rss -+ docker stats --all --format "table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}" ++ docker stats --all --format {% raw %} "table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}" {% endraw %} ### Commands to fetch monitoring data diff --git a/doc/SAI_failure_handling/SAI_failure_handling.md b/doc/SAI_failure_handling/SAI_failure_handling.md index b9ca290eb6..64588cc9a0 100644 --- a/doc/SAI_failure_handling/SAI_failure_handling.md +++ b/doc/SAI_failure_handling/SAI_failure_handling.md @@ -68,6 +68,7 @@ An ERROR_DB will be introduced to escalate the failures from orchagent to upper The schema of ERROR_DB is designed as follows: ``` +{% raw %} ERROR_{{DB_TYPE}}_{{TABLE_TYPE}}_TABLE|entry "failed_orch": {{failed orch type}} "failed_SAI": {{failed SAI type}} @@ -76,6 +77,7 @@ ERROR_{{DB_TYPE}}_{{TABLE_TYPE}}_TABLE|entry "attributes": "attr_type0,attr_type1,..." (Optional) "attr_values": "attr_value0,attr_value1,..." (Optional) "counter": {{count}} +{% endraw %} ``` The table and key in ERROR_DB correspond to the DB, table, and key where SAI failures happen (e.g., SAI failure happens when conducting operations for APPL_DB entry `ROUTE_TABLE:0.0.0.0/0`, the corresponding key in ERROR_DB should be `ERROR_APPL_ROUTE_TABLE:0.0.0.0/0`).