Difference between revisions of "MC-Basic:SYSTEM.AVERAGELOAD"
m (1 revision) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:SYSTEM.AVERAGELOAD}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 32: | Line 33: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Read | + | Read only. Cannot appear in an event condition. |
|EXAMPLE= | |EXAMPLE= | ||
Line 38: | Line 39: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:SYSTEM.INFORMATION|SYSTEM.INFORMATION]] |
− | |||
+ | [[Category:MC-Basic:System|MC-Basic:System]] | ||
}} | }} |
Latest revision as of 01:35, 2 May 2017
Language: | English • 中文(简体) |
---|
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