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

SYS_BUSY_60

Script Function: Returns the workload percent of the Automation EngineThis component drives an Automation Engine system and consists of different types of server processes. work processA part of the component Automation Engine. It is responsible for an Automation Engine system's processes (see also 'Primary work process'). where the scriptA particular Automation Engine object type. is executed during the last hour.

Syntax

SYS_BUSY_60()

Return code

Percentage of the workload of a server processThe core of the component Automation Engine. Different types are available: communication, work and dialog processes, as well as nonstop processes.

Comments 

The script functionPre-defined run book template in the Automation Engine. One single step only, e.g. Start Windows Service, Copy file,… 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 notificationAn Automation Engine object type used to send messages to users and user groups. [Formerly called "CallOperator."] is sent to a userIn the Automation Engine, a user is an instance of a User object, and generally the user is a specific person who works with Automic products. The User object is assigned a user ID and then a set of access rights to various parts of the Automation Engine system and product suite. These access rights come in the form of Automation Engine authorizations and privileges, Decision user roles and EventBase rights and ARA web application object rights. You can manage all these centrally in the ECC user management functions. See also, Unified user management. 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

SYS_BUSY_01

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

 


Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support

Copyright © 2016 Automic Software GmbH