Refine your search:

How can I tell how many threads have been allocated using the auto tune setting of indexThreads?

--snip from indexs.conf.spec --

indexThreads = <number or "auto">
* Specifying "auto" or an invalid value will cause Splunk to autotune this param based on your system
* The number of threads to use for indexing
* The number has to be at least 1 and at most 16
* If specified as < 0 or more than 16, it will be autotuned
* This number should not be set higher than the number of processors in the box.
* If splunkd is also doing parsing and aggregation, the number should be lower than the total number of processors minus two.
* Please only set this value if you are an expert user or are advised by Splunk Support
* CARELESSNESS IN SETTING THIS MAY LEAD TO PERMANENT BRAIN DAMAGE OR LOSS OF JOB

asked 02 Jun '10, 04:30

DrewO's gravatar image

DrewO
1124
accept rate: 11%

edited 17 Jun '10, 13:32

gkanapathy's gravatar image

gkanapathy ♦
26.3k1622


3 Answers:

Splunkd.log will tell you what the auto selected value is:

Do a splunk search for "index="_internal" indexThreads param autotuned"

you will get back a result that looks like this:

splunkd.log.1:07-27-2010 21:51:49.747 INFO  IndexProcessor - indexes.conf - indexThreads param autotuned to 2

AS for the laser equipped rhino the best I can do right now is this:

laser shark

link

answered 30 Jul '10, 14:06

zscgeek's gravatar image

zscgeek
288110
accept rate: 35%

I guess:

  • You can't.
  • Why would you need to know?

Leave it on auto and forget about it.

link

answered 02 Jun '10, 13:46

gkanapathy's gravatar image

gkanapathy ♦
26.3k1622
accept rate: 42%

Ha! I tried that answer . . . they wanted MORE!

link

answered 03 Jun '10, 05:32

DrewO's gravatar image

DrewO
1124
accept rate: 11%

2

I want a pet rhinoceros with laser eye-beams and a razor-sharpened steel horn.

(17 Jun '10, 13:38) gkanapathy ♦
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:

×326
×311

Asked: 02 Jun '10, 04:30

Seen: 644 times

Last updated: 27 Aug '10, 15:23

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