Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 7 HP-UX Microagents and Methods : COM.TIBCO.hawk.hma.Process : Process:getProcess

Process:getProcess
Method
Purpose
This method (on HP-UX) returns a process table filtered by the Process Name argument.
Remarks
Test any regular expressions you plan to use in rulebases by first using them interactively to insure they return the desired results.
Type
Synchronous, IMPACT_INFO.
Arguments
 
Process name. Pattern match with regular expressions. Empty argument returns information for all processes.
Returns
 
The process ID of the process (this datum required in order to kill the process)
The ratio of CPU time used recently to CPU time available in the same period (the meaning of “recently” in this context is unspecified; the CPU time available is determined in an unspecified manner).
The command with all its arguments as a string, as with ps -ef. Truncated to 58 characters.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved