Performance Metric kcml.native.io

Summary

Native I/O

Send Condition

CLOSE # & periodically during READ #, WRITE #, PRINT, DATALOAD BA/BU and DATASAVE BA/BU

Overview

Records the activity of a native file. Measures how much data is written to, and read from, a file and how long it takes to do so.

Statistics

NameTypeDescription
filestringFile name
nreadcountNumber of read system calls
readbytescountNumber of bytes read
readtimeusecNumber of micro-seconds waiting for data to be read
nwritecountNumber of write system calls
writebytescountNumber of bytes written
writetimeusecNumber of micro-seconds waiting for data to be written
handlenumFile handle
devicestring$DEVICE address

General Form

kcml.native.io,file=string,nread=count,readbytes=count,readtime=usec,nwrite=count,writebytes=count,writetime=usec,handle=num,device=string

See Also:

Performance Metrics