How memory utilization is computed for UCDavis SNMP Agents in Spectrum and CAPC
search cancel

How memory utilization is computed for UCDavis SNMP Agents in Spectrum and CAPC

book

Article ID: 133126

calendar_today

Updated On:

Products

CA eHealth CA Spectrum

Issue/Introduction

UCDavis uses following MIB Objects:

 

memTotalReal

memCached 

memBuffer

memAvailReal

 




Environment

Spectrum 10.3.2 and CAPC 3.7

Resolution

The formula is as follows:

 

((memTotalReal-(memCached + memBuffered + memAvailReal)) * 100)/memTotalReal

 

For example:

 

((196573560-(10782268 + 277564 + 2228200)) * 100)/196573560

Would be 93%