mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Change terminology (#1028)
This commit is contained in:
@@ -6,14 +6,14 @@ With the **Orchestration** page, you can:
|
||||
|
||||
* Use Cloud autoscaling apps to define your compute resource budget, and have the apps automatically manage your resource
|
||||
consumption as needed–-with no code (available under the ClearML Pro plan)
|
||||
* Monitor resources (CPU and GPU, memory, video memory, and network usage) used by the experiments / Tasks that workers
|
||||
* Monitor resources (CPU and GPU, memory, video memory, and network usage) used by the tasks that workers
|
||||
execute
|
||||
* View workers and the queues they listen to
|
||||
* Manage worker queues
|
||||
* Create and rename queues
|
||||
* Delete empty queues
|
||||
* Monitor queue utilization
|
||||
* Reorder, move, and remove experiments from queues
|
||||
* Reorder, move, and remove tasks from queues
|
||||
* Monitor all of your available and in-use compute resources (available in the ClearML Enterprise plan. See [Orchestration Dashboard](webapp_orchestration_dash.md))
|
||||
* Set user group resource quotas and reservations to enable workload prioritization across available resources (available
|
||||
in the ClearML Enterprise plan. See [Resource Policies](resource_policies.md))
|
||||
@@ -53,7 +53,7 @@ at its top right corner. Hover over any plot point to see its data. By default,
|
||||
number of active and total workers over time.
|
||||
|
||||
The worker table shows the currently available workers and their current execution information:
|
||||
* Current running experiment
|
||||
* Current running task
|
||||
* Current execution time
|
||||
* Training iteration.
|
||||
|
||||
@@ -69,13 +69,13 @@ The worker's details panel includes the following two tabs:
|
||||
* **INFO** - worker information:
|
||||
* Worker Name
|
||||
* Update time - The last time the worker reported data
|
||||
* Current Experiment - The experiment currently being executed by the worker
|
||||
* Experiment Runtime - How long the currently executing experiment has been running
|
||||
* Experiment iteration - The last reported training iteration for the experiment
|
||||
* Current Task - The task currently being executed by the worker
|
||||
* Task Runtime - How long the currently executing task has been running
|
||||
* Task iteration - The last reported training iteration for the task
|
||||
* **QUEUES** - Information about the queues that the worker is assigned to:
|
||||
* Queue - The name of the Queue
|
||||
* Next experiment - The next experiment available in this queue
|
||||
* In Queue - The number of experiments currently enqueued
|
||||
* Next task - The next task available in this queue
|
||||
* In Queue - The number of tasks currently enqueued
|
||||
|
||||

|
||||

|
||||
@@ -84,16 +84,16 @@ The worker's details panel includes the following two tabs:
|
||||
|
||||
## Queues
|
||||
|
||||
Use the **QUEUES** tab to manage queues and monitor their statistics. The page shows graphs of the average experiment
|
||||
wait time and the number of queued experiments, and a queue details table. Hover over any plot point to view its data.
|
||||
Use the **QUEUES** tab to manage queues and monitor their statistics. The page shows graphs of the average task
|
||||
wait time and the number of queued tasks, and a queue details table. Hover over any plot point to view its data.
|
||||
By default, the graphs display the overall information of all queues.
|
||||
|
||||
The queue table shows the following queue information:
|
||||
* Queue - Queue name
|
||||
* Workers - Number of workers servicing the queue
|
||||
* Next Experiment - The next experiment available in this queue
|
||||
* Next Task - The next task available in this queue
|
||||
* Last Updated - The last time queue contents were modified
|
||||
* In Queue - Number of experiments currently enqueued in the queue
|
||||
* In Queue - Number of tasks currently enqueued in the queue
|
||||
|
||||
To create a new queue - Click **+ NEW QUEUE** (top left).
|
||||
|
||||
@@ -122,23 +122,23 @@ action. For more information see [Custom UI Context Menu Actions](../deploying_c
|
||||
Clicking on a queue will open the queue's details panel and replace the graphs with that queue's statistics.
|
||||
|
||||
The queue's details panel includes the following two tabs:
|
||||
* **EXPERIMENTS** - A list of experiments in the queue. You can reorder and remove enqueued experiments. See
|
||||
* **TASKS** - A list of tasks in the queue. You can reorder and remove enqueued tasks. See
|
||||
[Controlling Queue Contents](#controlling-queue-contents).
|
||||
* **WORKERS** - Information about the workers assigned to the queue:
|
||||
* Name - Worker name
|
||||
* IP - Worker's IP
|
||||
* Currently Executing - The experiment currently being executed by the worker
|
||||
* Currently Executing - The task currently being executed by the worker
|
||||
|
||||
### Controlling Queue Contents
|
||||
|
||||
Click on an experiment's menu button <img src="/docs/latest/icons/ico-dots-v-menu.svg" alt="Dot menu" className="icon size-md space-sm" />
|
||||
in the **EXPERIMENTS** tab to reorganize your queue:
|
||||
Click on a task's menu button <img src="/docs/latest/icons/ico-dots-v-menu.svg" alt="Dot menu" className="icon size-md space-sm" />
|
||||
in the **TASKS** tab to reorganize your queue:
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
* Move a task to the top or bottom of the queue
|
||||
* Move the task to a different queue
|
||||
* Dequeue the task
|
||||
|
||||
You can also reorder experiments in a queue by dragging an experiment to a new position in the queue.
|
||||
You can also reorder tasks in a queue by dragging a task to a new position in the queue.
|
||||
|
||||
Reference in New Issue
Block a user