Lines Matching full:operations
76 | read_ops | count | number of read operations |
79 | write_ops | count | number of write operations |
167 | total_read | operations | read operations of all types |
168 | total_write | operations | write operations of all types |
169 | disk_read | operations | disk read operations |
170 | disk_write | operations | disk write operations |
171 | sync_read | operations | ZIO sync reads |
172 | sync_write | operations | ZIO sync writes |
173 | async_read | operations | ZIO async reads|
174 | async_write | operations | ZIO async writes |
175 | scrub | operations | ZIO scrub/scan reads |
176 | trim | operations | ZIO trim (aka unmap) writes |
184 The ZIO pipeline can aggregate I/O operations. For example, a contiguous
186 vdev. The independent I/O operations reflect the logical operations and
187 the aggregated I/O operations reflect the physical operations.