NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
PARAM PROCESSWEIGHT
NonStop NET/MASTER MS Commands
2–246 115412 Tandem Computers Incorporated
PROCESSWEIGHT
PROCESSWEIGHT=
process-weight
specifies the central processing unit (CPU) resources that a dynamic process uses.
The PARAM PROCESSWEIGHT command is applicable only to dynamic
processes.
The default process weight is 1. You can specify a value from 0 through 100. A
value of 0 means that the dynamic process does not use CPU resources. A value of
100 means that the dynamic process can use all the resources of a CPU.
Considerations
The value you specify is a conceptual value. It is related to the CPU weight you
can specify using the PARAM CPUWEIGHT command.
The following table summarizes the process types for which the
PROCESSWEIGHT operand is applicable:
Operand Use
CIPPROCESS Not Applicable
CMDPROCESS Not Applicable
DSNMPROCESS Not Applicable
DYNAMICPROCESS Optional
GMMPROCESS Not Applicable
SECEXITPROCESS Not Applicable
STATICPROCESS Not Applicable
Example
The following example specifies a process weight of 10:
PARAM PROCESSWEIGHT=10