MC-Basic:SYSTEM.AVERAGELOAD

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= Sys.ALoad<br> System.ALoad |SYNTAX= ?Sys.AverageLoad<br> ?System.AverageLoad |AVAILABILITY= All versions |DESCRIPTION= This query returns the avera…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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