compute.jobs
Compute jobs metrics
This is a legacy Apache Ignite documentationThe new documentation is hosted here: https://ignite.apache.org/docs/latest/
This registry contains compute job metrics.
| Name | Type | Description |
|---|---|---|
| Active | long | Number of active jobs currently executing. |
| Canceled | long | Number of cancelled jobs that are still running. |
| ExecutionTime | long | Total execution time of jobs. |
| Finished | long | Number of finished jobs. |
| Rejected | long | Number of jobs rejected after more recent collision resolution operation. |
| Started | long | Number of started jobs. |
| Waiting | long | Number of currently queued jobs waiting to be executed. |
| WaitingTime | long | Total time jobs spent on waiting queue. |

