Performance Metric kcml.native.dir
Summary
Directory enumerationSend Condition
KI_DIR, KI_DIR_LIST & 'KCML_Dir_List()Overview
Measures the impact of enumerating a directory. Directories which contain large numbers of files can take a significant amount of time to scan, even when pattern matching to a small number of files.Statistics
| Name | Type | Description |
|---|---|---|
| path | string | Directory name |
| files | count | Total number of files enumerated |
| dirs | count | Total number of directories enumerated |
| readtime | usec | Number of micro-seconds waiting for data to be read |
General Form
kcml.native.dir,path=string,files=count,dirs=count,readtime=usecSee Also:
Performance Metrics