> For the complete documentation index, see [llms.txt](https://docs.nuvens.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvens.cloud/admin/support-section/api-queue-monitor.md).

# API Queue Monitor

The **API Queue Monitor** provides a real-time overview of the internal API processing queues used by **WorkSpaces Manager**. It allows administrators to monitor queue activity, processing performance, and identify any bottlenecks or failed requests.

<figure><img src="/files/IflGHyCm4TA0dSAzdYJZ" alt=""><figcaption></figcaption></figure>

The page displays the following summary information:

* **Total Queued** – The total number of requests waiting to be processed.
* **Total Processing** – The number of requests currently being processed.
* **Total In Memory** – The number of requests currently held in memory.
* **Total Enqueued** – The total number of requests added to the queues since the service started.
* **Total Processed** – The total number of successfully processed requests.
* **Total Failed** – The total number of requests that failed to process.

Each processing queue is listed separately and includes the following information:

* **Queue** – The name of the processing queue.
* **Queued** – The number of requests waiting in the queue.
* **Processing** – The number of requests currently being processed.
* **Tot. Memory** – The number of requests currently held in memory.
* **Is Processing** – Indicates whether the queue is actively processing requests.
* **Tot. Enqueued** – The total number of requests received by the queue.
* **Tot. Processed** – The total number of successfully processed requests.
* **Tot. Failed** – The number of requests that have failed.
* **Last Batch** – The number of requests processed in the most recent batch.
* **Largest Batch** – The largest batch of requests processed.
* **Avg. Batch** – The average number of requests processed per batch.
* **Batch Size** – The maximum number of requests processed in a single batch.
* **Flush (s)** – The interval, in seconds, between queue processing cycles.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nuvens.cloud/admin/support-section/api-queue-monitor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
