cat pending tasks

原文链接 : https://www.elastic.co/guide/en/elasticsearch/reference/5.0/cat-pending-tasks.html

译文链接 : http://www.apache.wiki/display/Elasticsearch/cat+pending+tasks

贡献者 : 那伊抹微笑

pending_tasks使用了一个更方便的表格格式,提供了和 /_cluster/pending_tasks API 一样的信息。

  1. % curl 'localhost:9200/_cat/pending_tasks?v'
  2. insertOrder timeInQueue priority source
  3. 1685 855ms HIGH update-mapping [foo][t]
  4. 1686 843ms HIGH update-mapping [foo][t]
  5. 1693 753ms HIGH refresh-mapping [foo][[t]]
  6. 1688 816ms HIGH update-mapping [foo][t]
  7. 1689 802ms HIGH update-mapping [foo][t]
  8. 1690 787ms HIGH update-mapping [foo][t]
  9. 1691 773ms HIGH update-mapping [foo][t]