Capacity history data point. More...
#include <iodimm_types.h>
Data Fields | |
uint64_t | capacity_bytes |
int64_t | timestamp |
float | health_percent |
Capacity history data point.
uint64_t capacity_bytes |
Total capacity of the device in bytes at 'timestamp' point in time, including reserves.
float health_percent |
The ioDrive health percentage at 'timestamp' point in time.
int64_t timestamp |
The time the measurement was taken.