|
Measures reported by FileMonitorTest
This test monitors a configured directory, and reports the total number of files in that directory that match configured patterns. In addition, the test also reports the age of the oldest file of all the matching files.
The measures
made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Num_Of_Files |
The
number of files that match the configured pattern in this directory.
|
Number |
Use the detailed diagnosis of this measure to determine which files match the configured pattern, the last modified date and time of every file, and the age of each file (in minutes).
|
| Oldest_File_Age |
Indicates the age (in minutes) of the oldest file that matches the configured pattern in this directory.
|
Number |
Use the detailed diagnosis of the Num_Of_Files measure to identify the oldest file of this pattern.
|
|