Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
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