Difference between revisions of "MC-Basic:SYSTEM.AVERAGELOAD"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:SYSTEM.AVERAGELOAD to MC-Basic:SYSTEM.AVERAGELOAD: Global renaming of Axystems: namespace into (Main):)
Line 38: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:SYSTEM.INFORMATION|SYSTEM.INFORMATION]]
+
* [[MC-Basic:SYSTEM.INFORMATION|SYSTEM.INFORMATION]]
  
  
 
}}
 
}}

Revision as of 08:41, 22 May 2014

This query returns the average realtime load on the CPU measured during a 0.5 second interval, expressed in percent.

Short form

Sys.ALoad

System.ALoad

Syntax

?Sys.AverageLoad

?System.AverageLoad

Availability

All versions

Type

Long

Range

0 to 100

Units

Percent

Scope

Task or Terminal

Limitations

Read only. Cannot appear in an event condition.

Examples

?System.ALoad                                            ‘returns 45

See Also