Important Note: Establish a Telnet or SSH connection to the remote Solaris machine before proceeding. Use the same user account that is used for monitoring in the product to execute the following commands. 1. Disk Errors: Command: echo ...
CPU Utilization CPU utilization = command=/usr/bin/vmstat 1 3 kthr memory page disk faults cpu r b w swap free re mf pi po fr de sr cd s0 -- -- in sy cs us sy id 0 0 0 1459384 744528 34 233 0 0 0 0 0 12 0 0 0 2452 1060 1037 1 3 96 0 0 0 1394368 ...
In SUN Solaris Server, CPU Utilization is calculated based on Idlecputime. Idlecputime is calculated from the command vmstat 1 3 and it is subtracted from 100 to find the CPUUtilization.
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 ...