Cluster

These metrics provide insight into the performance of the cluster running your job.

The following metrics will help you diagnose performance issues with the cluster upon which your job is running, and guide you in troubleshooting any issues.

Utilization Percent

Metric type

Warning

About this metric

Represents how much of the server's processing capacity is in use.

Limits

Error when > 90%

Warn when > 70%

Timeframe

Now

More information

Represents how much of the server's processing capacity is in use.

Tasks in Queue

Metric type

Informational

About this metric

The number of job tasks pending execution in the cluster queue.

Timeframe

Now

More information

The number of job tasks pending execution in the cluster queue, which represents the amount of work not currently being processed in the cluster because the cluster is at high utilization.

This number can be above 0 even if the Utilization Percent is below 100. This is because of the distribution of work between servers. It might be that work is allocated to a specific server, which is at 100% utilization, but the cluster itself is not at 100% utilization and there are other servers that have free slots, but they are not going to be doing this particular work, so the Tasks in Queue value might be greater than 0.

Upsolver will do re-balancing to ensure this doesn't continue over time. The Tasks in Queue value can be smaller than the number of Job executions currently in queue because the cluster only adds tasks to the queue in chunks, it doesn’t add all of the tasks. For example, if you want to replay 1,000,000 tasks, the number of tasks in Job executions currently in queue will show 1,000,000, but Tasks in Queue will only show the next chunk of work, e.g. 1,000. Therefore Tasks in Queue may only show a subset of the number of Job executions currently in queue tasks.

Memory Load Index (%GC)

Metric type

Warning

About this metric

The percentage of time that the server is doing garbage collection rather than working.

Limits

Error when > 10%

Timeframe

Now

More information

The percentage of time that the server is doing garbage collection rather than working should generally be under 10%. If this value is showing red and the cluster is not doing a lot of work or the cluster has crashes, it’s often indicative that you need bigger servers with more memory.

Cluster Crashes

Metric type

Warning

About this metric

How many server crashes happened in the job’s cluster today.

Limits

Error when > 0

Timeframe

Today (midnight UTC to now)

More information

How many server crashes happened in the job's cluster today.

Reload from disk percent

Metric type

Warning

About this metric

The percent of bytes re-loaded into memory from disk.

Limits

Error when > 200%

Warn when > 30%

Timeframe

Today (midnight UTC to now)

More information

The percent of bytes re-loaded into memory from disk. High values indicate more memory is required as many page faults will result in slow processing.

The metric represents how much extra work needs to be done in loading data because there is not enough memory on the server.

Each server has an in-memory cache, the Reload from disk percent is how many operations are served by the cache versus how many have expired from the cache, and need to be reloaded. Numbers above 0% are fine, but if this is significant and over 200%, the cluster is working too hard due to a lack of memory.

Last updated