BdevStats contains statistics for one backing device.
| 43 | |
| 44 | // BdevStats contains statistics for one backing device. |
| 45 | type BdevStats struct { |
| 46 | Name string |
| 47 | DirtyData uint64 |
| 48 | FiveMin PeriodStats |
| 49 | Total PeriodStats |
| 50 | WritebackRateDebug WritebackRateDebugStats |
| 51 | } |
| 52 | |
| 53 | // CacheStats contains statistics for one cache device. |
| 54 | type CacheStats struct { |
nothing calls this directly
no outgoing calls
no test coverage detected