<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Process Monitoring Extension in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Process-Monitoring-Extension/m-p/738709#M11069</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I want to Monitor my Chrome Process count and Memory utilized by individuals chrome process.&lt;/P&gt;&lt;P&gt;Below is the Process Monitoring extension configured.&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/120144"&gt;@Nina.Wolinsky&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/77656"&gt;@Aditya.Jagtiani&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/107863"&gt;@Bhuvnesh.Kumar&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142649"&gt;@Claudia.Landivar&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;metricPrefix: "Server|Component:Test1|Custom Metrics|Process Monitor|"&lt;BR /&gt;# metricPrefix: "Custom Metrics|Process Monitor|"&lt;/P&gt;&lt;P&gt;# displayName: required - Metrics to be reported under this name in Controller's Metric Browser&lt;BR /&gt;# regex/pid/pidFile - process is fetched using this field&lt;BR /&gt;instances:&lt;BR /&gt;- displayName: "machine agent"&lt;BR /&gt;regex: ".*java.exe -jar machineagent.jar"&lt;/P&gt;&lt;P&gt;- displayName: "Chrome Monitoring"&lt;BR /&gt;regex: ".* chrome.exe"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# Not necessary to modify&lt;/P&gt;&lt;P&gt;linux:&lt;BR /&gt;process: "ps -eo pid,%cpu=CPU%,%mem=Memory%,rsz=RSS,args"&lt;/P&gt;&lt;P&gt;solaris:&lt;BR /&gt;process: "ps -eo pid,pcpu=CPU%, -o pmem=Memory%, -o rss=RSS -o args"&lt;/P&gt;&lt;P&gt;aix:&lt;BR /&gt;process: "ps -eo pid,pcpu=CPU%,pmem=Memory%,rss=RSS,args"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;metrics:&lt;BR /&gt;- CPU%:&lt;BR /&gt;multiplier: 1&lt;BR /&gt;- Memory%:&lt;BR /&gt;alias: "Memory%"&lt;BR /&gt;- RSS:&lt;BR /&gt;alias: "Resident Set Size"&lt;BR /&gt;- Running Instances:&lt;BR /&gt;alias: "Running Instances"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# number of concurrent tasks&lt;BR /&gt;numberOfThreads: 2&lt;/P&gt;&lt;P&gt;# This is to run this in scheduled mode. In this case, the extension will fetch the data every 300 seconds&lt;BR /&gt;# and caches the data. The cached data will be reported to controller every min. This way there is no metric drop.&lt;BR /&gt;# Can be used when the data rarely changes or to reduce the load while fetching metrics every minute.&lt;BR /&gt;#taskSchedule:&lt;BR /&gt;# numberOfThreads: 1&lt;BR /&gt;# taskDelaySeconds: 300&lt;/P&gt;</description>
    <pubDate>Sun, 02 Feb 2020 11:29:25 GMT</pubDate>
    <dc:creator>Mohammad_Shahid</dc:creator>
    <dc:date>2020-02-02T11:29:25Z</dc:date>
    <item>
      <title>Process Monitoring Extension</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Process-Monitoring-Extension/m-p/738709#M11069</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I want to Monitor my Chrome Process count and Memory utilized by individuals chrome process.&lt;/P&gt;&lt;P&gt;Below is the Process Monitoring extension configured.&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/120144"&gt;@Nina.Wolinsky&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/77656"&gt;@Aditya.Jagtiani&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/107863"&gt;@Bhuvnesh.Kumar&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142649"&gt;@Claudia.Landivar&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;metricPrefix: "Server|Component:Test1|Custom Metrics|Process Monitor|"&lt;BR /&gt;# metricPrefix: "Custom Metrics|Process Monitor|"&lt;/P&gt;&lt;P&gt;# displayName: required - Metrics to be reported under this name in Controller's Metric Browser&lt;BR /&gt;# regex/pid/pidFile - process is fetched using this field&lt;BR /&gt;instances:&lt;BR /&gt;- displayName: "machine agent"&lt;BR /&gt;regex: ".*java.exe -jar machineagent.jar"&lt;/P&gt;&lt;P&gt;- displayName: "Chrome Monitoring"&lt;BR /&gt;regex: ".* chrome.exe"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# Not necessary to modify&lt;/P&gt;&lt;P&gt;linux:&lt;BR /&gt;process: "ps -eo pid,%cpu=CPU%,%mem=Memory%,rsz=RSS,args"&lt;/P&gt;&lt;P&gt;solaris:&lt;BR /&gt;process: "ps -eo pid,pcpu=CPU%, -o pmem=Memory%, -o rss=RSS -o args"&lt;/P&gt;&lt;P&gt;aix:&lt;BR /&gt;process: "ps -eo pid,pcpu=CPU%,pmem=Memory%,rss=RSS,args"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;metrics:&lt;BR /&gt;- CPU%:&lt;BR /&gt;multiplier: 1&lt;BR /&gt;- Memory%:&lt;BR /&gt;alias: "Memory%"&lt;BR /&gt;- RSS:&lt;BR /&gt;alias: "Resident Set Size"&lt;BR /&gt;- Running Instances:&lt;BR /&gt;alias: "Running Instances"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# number of concurrent tasks&lt;BR /&gt;numberOfThreads: 2&lt;/P&gt;&lt;P&gt;# This is to run this in scheduled mode. In this case, the extension will fetch the data every 300 seconds&lt;BR /&gt;# and caches the data. The cached data will be reported to controller every min. This way there is no metric drop.&lt;BR /&gt;# Can be used when the data rarely changes or to reduce the load while fetching metrics every minute.&lt;BR /&gt;#taskSchedule:&lt;BR /&gt;# numberOfThreads: 1&lt;BR /&gt;# taskDelaySeconds: 300&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2020 11:29:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Process-Monitoring-Extension/m-p/738709#M11069</guid>
      <dc:creator>Mohammad_Shahid</dc:creator>
      <dc:date>2020-02-02T11:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Process Monitoring Extension</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Process-Monitoring-Extension/m-p/738710#M11070</link>
      <description>&lt;P&gt;Hi Mohammad,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please file a support ticket with your questions regarding the Process Monitoring Extension.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aditya&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 18:42:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Process-Monitoring-Extension/m-p/738710#M11070</guid>
      <dc:creator>Aditya_Jagtiani</dc:creator>
      <dc:date>2020-02-03T18:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Process Monitoring Extension</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Process-Monitoring-Extension/m-p/738711#M11071</link>
      <description>&lt;P&gt;&lt;SPAN&gt;220151 Support ticket already there.&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/77656"&gt;@Aditya.Jagtiani&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 09:48:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Process-Monitoring-Extension/m-p/738711#M11071</guid>
      <dc:creator>Mohammad_Shahid</dc:creator>
      <dc:date>2020-02-07T09:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Process Monitoring Extension</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Process-Monitoring-Extension/m-p/738712#M11072</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/129429"&gt;@Mohammad Shahid.Raza&lt;/A&gt;,&lt;/P&gt;

&lt;P&gt;It would be great if you were able to share any learnings from your exchange with support back on your post. This helps keep knowledge sharing alive in the community.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 22:36:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Process-Monitoring-Extension/m-p/738712#M11072</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2020-05-26T22:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Process Monitoring Extension</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Process-Monitoring-Extension/m-p/738713#M11073</link>
      <description>&lt;P&gt;Created a custom extension for Chrome Monitoring. Process Monitoring extension didn't work as per expectation.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shahid&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 15:10:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Process-Monitoring-Extension/m-p/738713#M11073</guid>
      <dc:creator>Mohammad_Shahid</dc:creator>
      <dc:date>2020-06-21T15:10:30Z</dc:date>
    </item>
  </channel>
</rss>

