Getting Data In

Is there any app I can use to monitor CPU usage for 1000 Windows hosts that belong to 3 different environments?

Madhan45
Path Finder

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???

0 Karma

schose
Builder

which client os are you using?

Madhan45
Path Finder

windows 32bit

0 Karma

srinathd
Contributor

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

0 Karma

Madhan45
Path Finder

i couldn't find a result for above query

0 Karma

juvetm
Communicator

hi madhan45
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
http://www.splunk.com/web_assets/pdfs/secure/Splunk_App_for_Windows.pdf

0 Karma

stephane_cyrill
Builder

Hi,
Check SPLUNK DEPLOYMENT MONITOR APP

https://splunkbase.splunk.com/app/1294/

https://www.splunk.com/en_us/solutions/solution-areas/it-operations-management/server-and-network-in...

But you can simply create you personal dashboard or app What you have to do is:
1- you index the performance log of of the corresponding machines.

2- you can forward all the notable information on on machine in a dedicated index by doing summary indexing.

3- finaly you can create your dashboards with events from you notable index.

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.

0 Karma

Madhan45
Path Finder

I need to monitor cpu usage alone for 1000 hosts suggest me an app for that

0 Karma
Get Updates on the Splunk Community!

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...