The <processTest> step is used to verify that a particular process is running on the target host. If the desired process does not exist, the step fails and execution stops.
This step is intended for use with UNIX systems.
Name |
Type |
Required |
Configurable |
Description |
delaySecs |
positiveInteger |
Yes |
No |
The number of seconds to wait before testing if the process exists. |
timeoutSecs |
positiveInteger |
Yes |
No |
The number of seconds to wait for the process to come online before failing. This time starts after the delay has completed. |
processNamePattern |
String |
Yes |
Yes |
A glob-style pattern to use to match the desired process name. |
user |
String |
No |
Yes |
A glob-style pattern to use to match the name of the process owner. If unspecified, the process owner is not considered as part of the test. |