Created
December 29, 2016 19:22
-
-
Save fdv/ff69eb193ff5085055e899247c130445 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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