Go to main content

Administering Resource Management in Oracle® Solaris 11.4

Exit Print View

Updated: February 2021
 
 

Commands Used With the Resource Pools Facility

The following commands, listed in man page format, provide the primary administrative interface to the pools facility. For information about using these commands on a system that has zones enabled, see Resource Pools Used in Zones.

pooladm(8)

Enables or disables the pools facility on your system. Activates a particular configuration or removes the current configuration and returns associated resources to their default status.

If run without options, the pooladm command prints out the current dynamic pools configuration.

poolbind(8)

Enables the manual binding of projects, tasks, and processes to a resource pool.

poolcfg(8)

Provides configuration operations on pools and sets. Configurations created using this tool are instantiated on a target host by using the pooladm command.

If run with the info subcommand argument to the –c option, the poolcfg command displays information about the static configuration at /etc/pooladm.conf. If a file name argument is added, this command displays information about the static configuration held in the named file. For example, the command poolcfg -c info /tmp/newconfig displays information about the static configuration contained in the file /tmp/newconfig.

poold(8)

The pools system daemon. The daemon uses system targets and observable statistics to preserve the system performance goals specified by the administrator. If unable to take corrective action when goals are not being met, the poold daemon logs the condition.

poolstat(8)

Displays statistics for pool-related resources. Simplifies performance analysis and provides information that supports system administrators in resource partitioning and repartitioning tasks. Options are provided for examining specified pools and reporting resource set-specific statistics.

The libpool library API is provided (see the libpool(3LIB) man page). The library can be used by programs to manipulate pool configurations.