Products | Versions |
---|---|
TIBCO Hawk | - |
Not Applicable | - |
Resolution:
When using the Process:getProcess() method to monitor processes, it will return all of the processes including the child processes. However, the method Process:getInstanceCount() or Process:getInstanceCountByCommand() will consider the parent process and its child processes as one single instance. That is why the returned value is less than it shows in the result of the getProcess() method. This is by design.