Skip to main content
Close announcements banner

Job server rate computation

This document describes how execution servers in Talend Administration Center are assigned stars, in other words, how a server is said to be better than another for a Job execution.

The Job server is a probe running on the execution server. It will measure some features of the execution server such as the available memory, the available disk space, and so on. This information is sent to Talend Administration Center which then computes a rate value for this server.

A server has a set of features:

  • the free disk space
  • the free physical memory
  • the free swap memory
  • the idle CPU usage
  • the nice CPU usage
  • the total CPU usage
  • the number of CPU

Some features are more important than others. Therefore, you can weight these features to give more importance to some of them. This weight is set by the user in the monitoring_client.properties file. Let's call weight{i} the weight of the ith feature.

You can choose the range in which the feature is supposed to be good enough. This means you set some limits to be fulfilled by the feature of the server. For instance, a server is not a good server for the execution of the Job if it does not have 1 Go of disk space. The lower limit on the disk would therefore be 1 Go (to be set in the monitoring_client.properties file). Let's call Min{i} the lower limit defined on feature i and Max{i} its upper limit.

The server has an actual value for each feature. For instance, the server i has only 500 MB of free disk space. Let's call this value the actual value of the feature: value{i}.

The basic assumption is that the server is perfect as long as all of its features have actual values in the range defined by the limits. When some of its features have values outside the defined ranges, the server is not very good.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!