Automation Engine Script Guide > Ordered by Function > System Conditions and Settings > SYS_BUSY_10

SYS_BUSY_10

Script Function: Returns the workload percent of the Automation Engine work process where the script is executed during the last 10 minutes.

Syntax

SYS_BUSY_10()

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 80% is exceeded.

:IF SYS_BUSY_10() > 80
:   
SEND_MSG BU,AE,"Workload of the Automation Engine over 80%"  
:
ENDIF 

 

See also:

Script element Description

SYS_BUSY_01

Returns the workload percent of the Automation Engine work process where the script is executed during the last minute.
SYS_BUSY_60 Returns the workload percent of the Automation Engine work process where the script is executed during the last hour.

Script Elements - System Conditions and Settings

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by Function