osf1 man page for runclass

Query: runclass

OS: osf1

Section: 1

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

runclass(1)						      General Commands Manual						       runclass(1)

NAME
runclass - Runs a command in a specific scheduler class
SYNOPSIS
/usr/sbin/runclass class_name command [argument...]
DESCRIPTION
The runclass lets you choose which scheduler class to run the command command in. The argument specifies any options or arguments for the specified command. All the threads created by the command, and its children, inherit the class binding. The alloted CPU percentage of the specified class may not be higher than the user's current class (if any) unless the user has superuser authority. If class scheduling is not enabled, the command will terminate without executing the requested command.
NOTES
runclass changes the process group of itself and all processes created by it. This means that if runclass is executed from a script, a control C from the terminal will not kill it. Normal use of the kill(1) command will have the desired effect.
SEE ALSO
class_admin(8), class_scheduling(4) runclass(1)
Related Man Pages
class_admin(8) - osf1
class_database_file_exists(3) - osf1
class_destroy(3) - osf1
class_disable(3) - osf1
class_enable(3) - osf1
Similar Topics in the Unix Linux Community
PHP Write Man Pages to MySQL DB