Hello everyone, I try to monitor the thread pool for ElasticSearch 5.0.0-rc1 . I followed the documentation : https://www.elastic.co/guide/en/elasticsearch/reference/5.0/cat-thread-pool.html
curl -X GET "http://XXXXXX:9206/_cat/thread_pool/generic?v&h=id,name,size,queue,queue_size,largest,max,active"
id name size queue queue_size largest max active
8aGMLBq4SyetuVcft9gcJg generic 4 0 4 128 0
L76JoIgsTnCvZQihzUWCzw generic 5 0 5 128 0
JUTPQum2S-Ot9zqSmwgydQ generic 4 0 5 128 0
However, I do not have the information for the "queue_size".
Could you explain me ?
Thank you,
Alexandre.