Resource Management and Oracle® Solaris Zones Developer's Guide

Exit Print View

Updated: July 2014
 
 

Processor Set Properties

pset.comment (writable string)

User description of resource.

pset.default (read-only boolean)

Identifies the default processor set.

pset.load (read-only unsigned integer)

The load for this processor set. The lowest value is 0. The value increases in a linear fashion with the load on the set, as measured by the number of jobs in the system run queue.

pset.max (writable unsigned integer)

Maximum number of CPUs that are permitted in this processor set.

pset.min (writable unsigned integer)

Minimum number of CPUs that are permitted in this processor set.

pset.name (writable string)

User name for the resource.

pset.size (read-only unsigned integer)

Current number of CPUs in this processor set.

pset.sys_id (read-only integer)

System-assigned processor set ID.

pset.type (read-only string)

Names the resource type. Value for all processor sets is pset.

pset.units (read-only string)

Identifies the meaning of size-related properties. The value for all processor sets is population.

cpu.comment (writable string)

User description of CPU.

pset.resmin

If pset.policy == minmax (writable unsigned integer)

The minimum number of CPUs for the processor set.

If pset.policy == assigned (read-only unsigned integer)

The number of assigned CPUs, cores, or sockets.

pset.resmax

If pset.policy == minmax (writable unsigned integer)

The maximum number of CPUs for the processor set.

If pset.policy == assigned (read-only unsigned integer)

The number of assigned CPUs, cores, or sockets.

pset.ressize (read-only string)

The current number of CPUs, cores, or sockets in the processor set. For pset.policy == minmax, this is always the number of CPUs.

pset.restype

The type of CPU resources assigned: CPUs, cores, or sockets. For pset.policy == minmax, this is always CPUs.

pset.reslist

The IDs of the assigned CPUs, cores, or sockets. For pset.policy == minmax, this is always blank.

pset.policy

minmax or assigned, depending on whether the processor set is using quantity-based allocation or specific assignment.