obmon
1.4.0
|
Public Attributes | |
uint64_t | majorID = 0 |
Storage device major ID. | |
uint64_t | minorID = 0 |
Storage device minor ID. | |
std::string | devName |
Storage device name. | |
uint64_t | rCount = 0 |
Count of read operations. | |
uint64_t | rMerged = 0 |
Count of merged read operations. | |
uint64_t | rSectors = 0 |
Count of sectors read. | |
uint64_t | rTime = 0 |
Time of sector reading (? NEEDINFO) | |
uint64_t | wCount = 0 |
Count of write operations. | |
uint64_t | wMerged = 0 |
Count of merged write operations. | |
uint64_t | wSectors = 0 |
Count of sectors written. | |
uint64_t | wTime = 0 |
Time of sector writing (? NEEDINFO) | |
uint64_t | currentIOCount = 0 |
Count of currently running IO ops. | |
uint64_t | timeIO = 0 |
Time total taken by IO ops. | |
uint64_t | weightedTimeIO = 0 |
Weighted time taken by IO ops (? NEEDINFO) | |
Definition at line 60 of file ObSensorSystem.h.