TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-305
#PROCESSINFO Built-In Function
PRI [ num ]
specifies that the priority must be less than or equal to the specified num. If
you omit the priority specification, #PROCESSINFO searches for a
process with a priority less than that of the TACL process.
PROCESSID [[\node-name.]{$process-name | cpu,pin } ]
specifies that the process identification must match the specified
$process-name or cpu,pin (if you omit both, the process identification
must match the TACL process ID).
PROGRAMFILE [[\node-name.] file-name-template ]
specifies that the name of the program file must match the specified file-
name-template. You can include the template characters:
If you omit the file-name template, #PROCESSINFO searches for a
process with the same program name as the TACL process.
SUBDEVICE subdevice-type
searches for a process whose subdevice type matches the specified
subdevice-type.
SYSTEM \node-name
specifies that the named system is to be used instead of the local system.
\node-name
is the name of the system on which the process resides.
$process-name
is the name of the process or process pair.
cpu,pin
is the CPU number and process identification number for the process.
Result
#PROCESSINFO returns a space-separated list of the information requested.
Considerations
•
The information is returned in the order in which you specify the options.
* matches zero or more occurrences of a character
? matches a single occurrence of a character