I am not getting the data for Memory Utilization in HP-UX server.
Physical
Memory Utilization in HP-UX is calculated using the below formula:
Physical
Memory Utilization (%) = ((Total Memory - Free Memory) / Total Memory) * 100
Physical Memory Utilization (MB) = Total Memory (MB) - Free Memory (MB)
Total Memory - Obtained from executing the following command
: grep Physical /var/adm/syslog/syslog.log
Free
Memory - Calculated using the following formula = Number of Free Pages * Page Size
- Number of Free
Pages - Obtained from executing the following command
: /usr/bin/vmstat 1 3
- Page Size - Memory Page
size is calculated from any one of the below command(s). If we are able to
get Page size from the first command, further execution of commands will
not happen and vice versa. If we are not able to
find page file size using any of these commands, we will assume default
size of 4 kb.
- top
- /usr/sbin/kmtune
-q vps_pagesize
- /usr/sbin/kctune
-q vps_pagesize
New to ADSelfService Plus?
Related Articles
Applications Manager is not fetching Memory Utilization and Disk Utilization data in Telnet or SSH mode for servers (Windows, Linux, AIX, HP-UX, FreeBSD).
The data for Memory and Disk utilization may not be shown due to the problem in executing and obtaining the output of the commands on the server. For different modes of monitoring (WMI/Telnet/SSH/SNMP) we use different methods to collect data. Below ...
I am not getting CPU Utilization data for servers monitors (Windows, Linux, AIX, SUN Solaris, HP-UX, FreeBSD) in WMI, Telnet or SSH mode
The data for CPU Utilization may not be shown due to the problem in executing and obtaining the output of the commands on the server. For different modes of monitoring (WMI/Telnet/SSH) we use different methods to collect data. Below are the steps to ...
How is Memory Utilization calculated for HP-UX server?
Formula : Used Memory (%) = ((Total Memory - Free Memory) / Total Memory) * 100 We are getting the Total Memory using the command: grep Physical /var/adm/syslog/syslog.log Total Memory = 8377100 Kbytes Total Memory (MB) = 8180.76 We are ...
Compute Engine - No data available for Memory Utilization and Disk Utilization metrics
Troubleshooting: Install Stackdriver Monitoring Agent in the instance, to get memory and disk utilization metrics. Click here for information on installing the Stackdriver agent. When an instance is started and polled immediately, data might not be ...
Calculation of various attributes in HP UX server
CPU Utilization Command: /usr/bin/vmstat 1 3 Sample Output: procs memory page faults cpu r b w avm free ...