How is Memory Utilization calculated for AIX server?
Formula :
Memory Utilization (%) = (Total Memory - Free Memory) / Total Memory where Free Memory = Free + Buffers + Cached
In Telnet/SSH mode:
We are using svmon -G command to get the memory usage value. For example consider the below output:
Physical Memory Usage:
Total Memory = 1957888 (Line 2, Token 2)
Used Memory = 612143 (Line 6, Token 2)
Used (%) = (Used Memory / Total Memory) * 100 = 31.26 %
New to ADSelfService Plus?
Related Articles
How to troubleshoot when having error 'No data available' for LPAR CPU Stats in AIX?
The following should be checked if you find that data isn't populating in Applications Manager: 1) TELNET or SSH mode connections to remote AIX servers are permitted. 2) Verify that the command below executes and produces the desired results on your ...
How is CPU Utilization calculated for AIX server?
CPU Utilization We use the following methods of calculation for CPU Utilization when lparstat command is supported: Method 1: If 'type=Dedicated', then we use the vmstat command output. (i.e) cpu=100-Idle Time Method 2: If ...
How is Memory Utilization calculated for FreeBSD server?
Memory Utilization is calculated using the below formula: Memory Utilization (%) = (used / total) * 100 where, used - Used Memory total - Total Memory Telnet/SSH mode In Telnet/SSH mode, we use the following commands to obtain the memory usage ...
How is Memory Utilization calculated for Linux server?
Formula: (i) If Skip buffer and cache from monitoring (Applicable only for linux) option under Settings -> Performance Polling -> Servers Tab is not enabled. [By default, this option is not enabled] Memory Utilization (%) = 100 -(((MemFree + Buffers ...
How is Memory Utilization calculated in SUN Solaris server?
Memory Calculation We run the below command to check if the SUN server is a zone-supported server: /usr/bin/prstat -n 1 -Z 1 1 2> /dev/null|grep -v "PID"|grep -v "Total:" If the command gives the proper output then we conclude that the server is ...