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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:SYSTEM.PEAKLOAD}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 32: Line 33:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only. Cannot be used in an event condition.
+
Read only. Cannot be used in an event condition.
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 39: Line 40:
 
|SEE ALSO=
 
|SEE ALSO=
  
 
+
[[Category:MC-Basic:System|MC-Basic:System]]
 
}}
 
}}

Latest revision as of 06:50, 2 May 2017

Language: English  • 中文(简体)‎

This query returns the peak realtime load on the CPU. This is the maximum value of the realtime load measured during a 0.5 seconds interval.

Short form

?Sys.PLoad

?System.PLoad

Syntax

?Sys.PeakLoad

?System.PeakLoad

Availability

All versions

Type

Long.

Range

0 to 100

Units

Percent

Scope

Task or Terminal

Limitations

Read only. Cannot be used in an event condition.

Examples

?System.Pload                                             ‘returns 45

See Also