Script Function: Returns the workload percent of the Automation EngineCe composant commande un système Automation Engine. Il se compose de plusieurs processus serveur. work process where the scriptEgalement un type d'objet distinct dans l'Automation Engine. is executed during the last hour.
Syntax
SYS_BUSY_60()
Return code |
---|
Percentage of the workload of a server process |
Comments
The script function SYS_INFO can also be used to query the percentage of the Automation Engine workload.
Example
The size of the workload of the Automation Engine is queried. A notification is sent to a user if it is more than 80%.
:IF SYS_BUSY_60() > 80
: SEND_MSG BU,AE,"Workload of
the Automation Engine over 80%"
:ENDIF
See also:
Script element | Description |
---|---|
Returns the workload percent of the Automation Engine work process where the script is executed during the last minute. | |
SYS_BUSY_10 | Returns the workload percent of the Automation Engine work process where the script is executed during the last 10 minutes. |
Script Elements - System Conditions and Settings
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function