pending_tasks.asciidoc 781 B

12345678910111213141516171819
  1. [[cat-pending-tasks]]
  2. == cat pending tasks
  3. `pending_tasks` provides the same information as the
  4. <<cluster-pending,`/_cluster/pending_tasks`>> API in a
  5. convenient tabular format.
  6. [source,sh]
  7. --------------------------------------------------
  8. % curl 'localhost:9200/_cat/pending_tasks?v'
  9. insertOrder timeInQueue priority source
  10. 1685 855ms HIGH update-mapping [foo][t]
  11. 1686 843ms HIGH update-mapping [foo][t]
  12. 1693 753ms HIGH refresh-mapping [foo][[t]]
  13. 1688 816ms HIGH update-mapping [foo][t]
  14. 1689 802ms HIGH update-mapping [foo][t]
  15. 1690 787ms HIGH update-mapping [foo][t]
  16. 1691 773ms HIGH update-mapping [foo][t]
  17. --------------------------------------------------