Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Utilization is not reported, you must calculate it based on what utilization you want. Cisco recommends:mem_used = kb_main_total - kb_main_free - kb_main_cached - kb_main_buffers;kb_main_cached = kb_page_cache + kb_slab_reclaimable;This is a very ol...