Script Function: Returns the workload percent of the Automation Engine work process where the script is executed during the last hour.
SYS_BUSY_60()
Return code |
---|
Percentage of the workload of a server process |
The script function SYS_INFO can also be used to query the percentage of the Automation Engine workload.
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