<?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 Re: Is there any app I can use to monitor CPU usage for 1000 Windows hosts that belong to 3 different environments? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148885#M30316</link>
    <description>&lt;P&gt;which client os are you using?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2015 10:13:32 GMT</pubDate>
    <dc:creator>schose</dc:creator>
    <dc:date>2015-04-16T10:13:32Z</dc:date>
    <item>
      <title>Is there any app I can use to monitor CPU usage for 1000 Windows hosts that belong to 3 different environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148880#M30311</link>
      <description>&lt;P&gt;I have 1000 hosts belonging to 3 different environments. I need to monitor CPU usage or CPU utilization for all these hosts. Which graphical representation is good and is there any app for that???   &lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 07:07:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148880#M30311</guid>
      <dc:creator>Madhan45</dc:creator>
      <dc:date>2015-04-16T07:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any app I can use to monitor CPU usage for 1000 Windows hosts that belong to 3 different environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148881#M30312</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Check SPLUNK DEPLOYMENT MONITOR APP&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/1294/"&gt;https://splunkbase.splunk.com/app/1294/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.splunk.com/en_us/solutions/solution-areas/it-operations-management/server-and-network-infrastructure-monitoring.html"&gt;https://www.splunk.com/en_us/solutions/solution-areas/it-operations-management/server-and-network-infrastructure-monitoring.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But you can simply create you personal dashboard or app What you have to do is:&lt;BR /&gt;
1- you index the performance log of of the corresponding machines. &lt;/P&gt;

&lt;P&gt;2- you can forward all the notable information on on machine in a dedicated index by doing summary indexing.&lt;/P&gt;

&lt;P&gt;3- finaly you can create your dashboards with events from you notable index.&lt;/P&gt;

&lt;P&gt;NOTE: IF YOU ARE USING SPLUNK 6.2 , IN SETTINGS -- MANAGEMENT CONSOLE if you are in deployment MODE and if your deployment is well configured you have DASHBOARDS THERE THAT SHOWS YOU many things among which CPU USAGE and OTHER.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 07:42:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148881#M30312</guid>
      <dc:creator>stephane_cyrill</dc:creator>
      <dc:date>2015-04-16T07:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any app I can use to monitor CPU usage for 1000 Windows hosts that belong to 3 different environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148882#M30313</link>
      <description>&lt;P&gt;you can use this query.. index=_introspection splunk_server_group=dmc_group_indexer source=*resource_usage.log sourcetype=splunk_resource_usage component=Hostwide| spath output=cpu_user "data.cpu_user_pct" | spath output=cpu_system "data.cpu_system_pct" | eval used_pct=cpu_user + cpu_system | table _time,splunk_server,used_pct, cpu_user,cpu_system | timechart span=5m median(used_pct) by splunk_server&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:32:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148882#M30313</guid>
      <dc:creator>srinathd</dc:creator>
      <dc:date>2020-09-28T19:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any app I can use to monitor CPU usage for 1000 Windows hosts that belong to 3 different environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148883#M30314</link>
      <description>&lt;P&gt;I need to monitor cpu usage alone for 1000 hosts suggest me an app for that&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 09:31:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148883#M30314</guid>
      <dc:creator>Madhan45</dc:creator>
      <dc:date>2015-04-16T09:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any app I can use to monitor CPU usage for 1000 Windows hosts that belong to 3 different environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148884#M30315</link>
      <description>&lt;P&gt;i couldn't find a result for above query&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 09:32:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148884#M30315</guid>
      <dc:creator>Madhan45</dc:creator>
      <dc:date>2015-04-16T09:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any app I can use to monitor CPU usage for 1000 Windows hosts that belong to 3 different environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148885#M30316</link>
      <description>&lt;P&gt;which client os are you using?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 10:13:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148885#M30316</guid>
      <dc:creator>schose</dc:creator>
      <dc:date>2015-04-16T10:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any app I can use to monitor CPU usage for 1000 Windows hosts that belong to 3 different environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148886#M30317</link>
      <description>&lt;P&gt;windows 32bit&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 10:31:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148886#M30317</guid>
      <dc:creator>Madhan45</dc:creator>
      <dc:date>2015-04-16T10:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any app I can use to monitor CPU usage for 1000 Windows hosts that belong to 3 different environments?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148887#M30318</link>
      <description>&lt;P&gt;hi madhan45 &lt;BR /&gt;
what my friend gave it i error .the app that you can use to monitor cpu usage i  will give a link so so that you can deload and use it  to monitor your cpu usage this is the link&lt;BR /&gt;
&lt;A href="http://www.splunk.com/web_assets/pdfs/secure/Splunk_App_for_Windows.pdf"&gt;http://www.splunk.com/web_assets/pdfs/secure/Splunk_App_for_Windows.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 10:48:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-any-app-I-can-use-to-monitor-CPU-usage-for-1000-Windows/m-p/148887#M30318</guid>
      <dc:creator>juvetm</dc:creator>
      <dc:date>2015-04-16T10:48:34Z</dc:date>
    </item>
  </channel>
</rss>

