Refine your search:

I have splunk installad as a lightforwarder on a windows 2k8 machine. This search

source=WMI:localprocesses Name!=Total 
| rex field=Name "(?<Name>[^#]+)#\d+$" 
| eval CPULoad = PercentProcessorTime 
| search host="kebab01" 
| stats avg(CPULoad) by Name

Shows that splunkds "avg(CPULoad)" is around 95%, that feels quite much, is it normal? Im running the latest version of splunk on the windows machine.

asked 14 Jan '11, 17:00

fisk12's gravatar image

fisk12
465218
accept rate: 0%

edited 14 Jan '11, 19:26

ftk's gravatar image

ftk ♦
6.8k1728


3 Answers:

Have you compared what Splunk is saying versus what the host server is saying (task manager)? Also, how long has Splunk been running on the host? I have noticed on some of my 2008 servers the initial sending of data can spike the system. Since it is a lightforwarder it shouldn't be doing any data transformations or analyse so it should not spike the CPU.

I would remote to the server and see what service or application is using the CPU or if the system is running at 95%.

link

answered 15 Jan '11, 09:23

Anthony%20Reinke's gravatar image

Anthony Reinke
3092313
accept rate: 5%

According to the task manager it takes up around 51 % cpu constantly (and around 128 mb ram). Not around 95% thats splunk show, but still it seems way to much

link

answered 15 Jan '11, 18:27

fisk12's gravatar image

fisk12
465218
accept rate: 0%

edited 15 Jan '11, 18:40

Does this server by any chance have two processors? I am seeing the exact same behavior only affecting 2008 servers. If they have a single processor the Splunkd service has it locked at 100%, 2 processors 50%, 4 processors 25% etc.

I am using Splunk 4.2.1 build 98164 of the splunk forwarder.

link

answered 27 Jul '11, 10:53

dbutch1976's gravatar image

dbutch1976
115
accept rate: 0%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×61

Asked: 14 Jan '11, 17:00

Seen: 2,057 times

Last updated: 27 Jul '11, 10:53

Copyright © 2005-2012 Splunk Inc. All rights reserved.