|
Default
Parameters for FileDescTest
A file descriptor is a handle created by a process when a file is opened. A new descriptor is created each time the file is opened. The FileDescTest monitors the descriptors created by an application. This page depicts the
default parameters that need to be configured for the FileDescriptorTest.
-
The PROCESS parameter takes a process name and process pattern in the format: processName:processPattern. While the processName is a display name, the processPattern should uniquely identify the application's process ID (PID of the application). The processPattern can be of the form - *expr* or expr or *expr
or expr* or *expr1*expr2*... or expr1*expr2, etc. A leading '*' signifies any number of leading characters, while a trailing '*'
signifies any number of trailing characters. For instance, the PROCESS parameter can be configured as: iplanet:*Xms*, where iplanet is the name that will be displayed in the eG monitor interface, and *Xms* is the process pattern that needs to be monitored. *Xms* will monitor only those processes which contain the string "Xms". Multiple processes can be defined as a comma-separated list.
Note:
The FileDescTest executes on Unix platforms only.
|