Home
last modified time | relevance | path

Searched defs:disk_stats (Results 1 – 2 of 2) sorted by relevance

/system/core/storaged/include/
Dstoraged.h64 struct disk_stats { struct
72 uint64_t read_ios; // number of read I/Os processed
73 uint64_t read_merges; // number of read I/Os merged with in-queue I/Os
74 uint64_t read_sectors; // number of sectors read
75 uint64_t read_ticks; // total wait time for read requests
76 uint64_t write_ios; // number of write I/Os processed
77 uint64_t write_merges; // number of write I/Os merged with in-queue I/Os
78 uint64_t write_sectors; // number of sectors written
79 uint64_t write_ticks; // total wait time for write requests
80 uint64_t io_in_flight; // number of I/Os currently in flight
[all …]
/system/core/storaged/tests/
Dstoraged_test.cpp83 TEST(storaged_test, disk_stats) { in TEST() argument