Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add thread pool cat api #4907

Closed
martijnvg opened this issue Jan 27, 2014 · 0 comments · Fixed by #4906
Closed

Add thread pool cat api #4907

martijnvg opened this issue Jan 27, 2014 · 0 comments · Fixed by #4906

Comments

@martijnvg
Copy link
Member

Add dedicated thread pool cat api, that can show all thread pool related statistic (size, rejected, queue etc.) for all thread pools (get

By default active, rejected and queue thread statistics should be included for the index, bulk and search thread pool.

$curl 'localhost:9200/_cat/thread_pool?v'
host      ip            bulk.active bulk.queue bulk.rejected index.active index.queue index.rejected search.active search.queue search.rejected 
mvg.local 10.20.100.174           0          0             0            0           0              0             0            0               0

Other thread statistics of other thread pools can be included via the h query string parameter.

$curl 'localhost:9200/_cat/thread_pool?v&h=id,host,index.completed'
id   host      index.completed 
SHLd mvg.local               1 
@ghost ghost assigned martijnvg Jan 27, 2014
martijnvg added a commit that referenced this issue Jan 29, 2014
…lated statistic (size, rejected, queue etc.) for all thread pools (get, search, index etc.)

By default active, rejected and queue thread statistics are included for the index, bulk and search thread pool.
Other thread statistics of other thread pools can be included via the `h` query string parameter.

Closes #4907
martijnvg added a commit that referenced this issue Jan 29, 2014
…lated statistic (size, rejected, queue etc.) for all thread pools (get, search, index etc.)

By default active, rejected and queue thread statistics are included for the index, bulk and search thread pool.
Other thread statistics of other thread pools can be included via the `h` query string parameter.

Closes #4907
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
…lated statistic (size, rejected, queue etc.) for all thread pools (get, search, index etc.)

By default active, rejected and queue thread statistics are included for the index, bulk and search thread pool.
Other thread statistics of other thread pools can be included via the `h` query string parameter.

Closes elastic#4907
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant