Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
on
05-31-2017
04:12 PM
- edited on
06-25-2020
06:12 PM
by
Claudia.Landiva
Finding the load average calculated by a Java Agent on a Windows server requires the following data:
Get-WmiObject -Query "Select * from Win32_PerfRawData_PerfOS_System" | findstr ProcessorQueueLength
<machine_agent_home>/extensions/ServerMonitoring/conf/ServerMonitoring.yml
file by changing the "sampling interval" property.exp = e power -(sampleFrequency/interval)
loadAverage = loadAverage * exp
loadAverage = loadAverage + ProcessorQueueLength*(1-exp)
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form