Searched defs:disk_stats (Results 1 – 2 of 2) sorted by relevance
64 struct disk_stats { struct72 uint64_t read_ios; // number of read I/Os processed73 uint64_t read_merges; // number of read I/Os merged with in-queue I/Os74 uint64_t read_sectors; // number of sectors read75 uint64_t read_ticks; // total wait time for read requests76 uint64_t write_ios; // number of write I/Os processed77 uint64_t write_merges; // number of write I/Os merged with in-queue I/Os78 uint64_t write_sectors; // number of sectors written79 uint64_t write_ticks; // total wait time for write requests80 uint64_t io_in_flight; // number of I/Os currently in flight[all …]
83 TEST(storaged_test, disk_stats) { in TEST() argument