Compare languages | The flow-schema module: FAQ

How to check priority levels state?

Как проверить состояние priority level’ов?

Execute:

Выполните:

shell kubectl get –raw /debug/api_priority_and_fairness/dump_priority_levels

shell kubectl get –raw /debug/api_priority_and_fairness/dump_priority_levels

How to check detailed info about priority level queues?

Как проверить состояние очередей priority level’ов?

Execute:

Выполните:

shell kubectl get –raw /debug/api_priority_and_fairness/dump_queues

shell kubectl get –raw /debug/api_priority_and_fairness/dump_queues

Useful metrics

Полезные метрики

  • apiserver_flowcontrol_rejected_requests_total — the number of rejected requests.
  • apiserver_flowcontrol_dispatched_requests_total — the number of requests already been handled.
  • apiserver_flowcontrol_current_inqueue_requests — the number of pending requests in the queue.
  • apiserver_flowcontrol_current_executing_requests — the number of requests in processing.
  • apiserver_flowcontrol_rejected_requests_total — общее число отброшенных запросов.
  • apiserver_flowcontrol_dispatched_requests_total — общее число обработанных запросов.
  • apiserver_flowcontrol_current_inqueue_requests — количество запросов в очередях.
  • apiserver_flowcontrol_current_executing_requests — количество запросов в обработке.