osf1 man page for pset_assign_pid

Query: pset_assign_pid

OS: osf1

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

pset_assign_pid(1)					      General Commands Manual						pset_assign_pid(1)

NAME
pset_assign_pid - Assigns a process ID to a processor set
SYNOPSIS
/usr/sbin/pset_assign_pid [-x] pset_id pid [pid...]
OPTIONS
Assigns exclusive use of the target processor set to each specified process identification number.
DESCRIPTION
The pset_assign_pid command assigns one or more process identification numbers to an existing processor set. The pset_id variable is a unique integer that identifies the processor set and is returned by the pset_create command. The pid variable is the process identification number, which is a unique integer that identifies the process. Each process identification number that is assigned is removed from its cur- rent processor set. Use the -x option to assign exclusive use of the processor set. If the processor set is already in use, a message is displayed, and the command terminates without performing the assignment. If the exclusive assignment succeeds, new requests by other processes for assign- ments to the specified processor set (pset_id) are denied.
SEE ALSO
Commands: pset_destroy(1), pset_create(1), pset_assign_cpu(1), pset_info(1) Files: processor_sets(4) pset_assign_pid(1)
Related Man Pages
psrset(1m) - hpux
psrinfo(1) - osf1
assign_pid_to_pset(3) - osf1
destroy_pset(3) - osf1
pset_assign(2) - sunos
Similar Topics in the Unix Linux Community
How can I see the processor usage in Unix??
getting pid of process
Not able to assign 0 (zero) to the existing variable
Assign number of records to a variable
How to assign a value to a variable in awk scripting?