CPUs (Processors)
Obtain information about CPUs (processors).
Available Tools
Holds information about available processors.
Availability: All namespaces.
Includes the NumberOfCPUs() class method, which you can use to discover the number of CPUs on the system.
Availability: All namespaces.
Reminder
The special variable $SYSTEM is bound to the %SYSTEM package. This means that (for ObjectScript) instead of ##class(%SYSTEM.class).method(), you can use $SYSTEM.class.method().