Skip to content

Instantly share code, notes, and snippets.

@fdv
Created December 29, 2016 19:22
Show Gist options
  • Save fdv/ff69eb193ff5085055e899247c130445 to your computer and use it in GitHub Desktop.
Save fdv/ff69eb193ff5085055e899247c130445 to your computer and use it in GitHub Desktop.
while true; do curl -XGET 'cluster:9200/_cat/thread_pool?v&h=host,search.queue,search.active,search.rejected,search.completed' | sort -unk 2,3 ; sleep 5 ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment