Performance Metric kcml.native.dir

Summary

Directory enumeration

Send 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

NameTypeDescription
pathstringDirectory name
filescountTotal number of files enumerated
dirscountTotal number of directories enumerated
readtimeusecNumber of micro-seconds waiting for data to be read

General Form

kcml.native.dir,path=string,files=count,dirs=count,readtime=usec

See Also:

Performance Metrics