Application Performance Management NET Agent 10.7 release.
Resolution
1) Open the file "IntroscopeAgent.profile" located inside the path Agent_Home >> Wily 2) Search for "Perfmon", you will see the below entries:
####################### # PerfMon Configuration # # ================ # Properties controlling Perfmon metric collection. # You must restart the "CA APM PerfMon Collector Service" for the PerfMon properties to take effect. # Counter expressions are separated by commas. New counters (e.g. |Thread|{osprocessname}*|*) can be appended to the list. introscope.agent.perfmon.metric.filterPattern=|Processor|*|*,|.NET Data Provider*|*|*,|.NET CLR*|{osprocessname}|*,|.NET CLR Data|*|*,|Process|{osprocessname}|*,|ASP.NET*|* # Counter expressions that are reported as average values (default: LongCounter). Wildcard is only supported at beginning or end, e.g. */sec matches all counters that end with "/sec". #introscope.agent.perfmon.metric.filterPattern.average=*/sec,Avg*,%*,*Length,Connections*,*Connections,*Rate,*Time,*Current Bandwidth,*Free Megabytes,*Running # Maximum number of Perfmon metrics reported in each interval. #introscope.agent.perfmon.metric.limit=1000 # Intervals in which Perfmon metrics are collected. Default is 15 seconds. introscope.agent.perfmon.metric.pollIntervalInSeconds=15 # Intervals in which new Perfmon categories are discovered. Default is 600 seconds (or 10 minutes). introscope.agent.perfmon.category.browseIntervalInSeconds=600 # Flag to enable/disable new Perfmon category discovery. Default is true (enabled). introscope.agent.perfmon.category.browseEnabled=true
3) Comment all this section, it will the same as below:
####################### # PerfMon Configuration # # ================ # Properties controlling Perfmon metric collection. # You must restart the "CA APM PerfMon Collector Service" for the PerfMon properties to take effect. # Counter expressions are separated by commas. New counters (e.g. |Thread|{osprocessname}*|*) can be appended to the list. #introscope.agent.perfmon.metric.filterPattern=|Processor|*|*,|.NET Data Provider*|*|*,|.NET CLR*|{osprocessname}|*,|.NET CLR Data|*|*,|Process|{osprocessname}|*,|ASP.NET*|* # Counter expressions that are reported as average values (default: LongCounter). Wildcard is only supported at beginning or end, e.g. */sec matches all counters that end with "/sec". #introscope.agent.perfmon.metric.filterPattern.average=*/sec,Avg*,%*,*Length,Connections*,*Connections,*Rate,*Time,*Current Bandwidth,*Free Megabytes,*Running # Maximum number of Perfmon metrics reported in each interval. #introscope.agent.perfmon.metric.limit=1000 # Intervals in which Perfmon metrics are collected. Default is 15 seconds. #introscope.agent.perfmon.metric.pollIntervalInSeconds=15 # Intervals in which new Perfmon categories are discovered. Default is 600 seconds (or 10 minutes). #introscope.agent.perfmon.category.browseIntervalInSeconds=600 # Flag to enable/disable new Perfmon category discovery. Default is true (enabled). #introscope.agent.perfmon.category.browseEnabled=true #Uncomment the following property to get the Perfmon metrics in US English. By default # The PerfMon metrics are named as par the locale of the operating system. #introscope.agent.perfmon.culture.english.enabled=true #Uncomment the following property to get the Perfmon metrics in US English. By default # The PerfMon metrics are named as par the locale of the operating system. #introscope.agent.perfmon.culture.english.enabled=true