POD-style structure to hold statistics. More...
#include <LoadStatistics.h>
Public Member Functions | |
| void | clear () |
| Resets members to zero. More... | |
Public Attributes | |
| uint32_t | scan_count |
| Scan count. More... | |
| uint32_t | cells_scanned |
| Cells scanned. More... | |
| uint32_t | cached_cells_returned |
| Cached cells returned. More... | |
| uint32_t | cells_returned |
| Cells returned. More... | |
| uint64_t | bytes_scanned |
| Bytes scanned. More... | |
| uint64_t | cached_bytes_returned |
| Cached bytes returned. More... | |
| uint64_t | bytes_returned |
| Bytes returned. More... | |
| uint32_t | update_count |
| Update count. More... | |
| uint32_t | update_cells |
| Cells updated. More... | |
| uint64_t | update_bytes |
| Bytes updated. More... | |
| double | scan_mbps |
| Megabytes/s scanned. More... | |
| double | update_mbps |
| Megabytes/s updated. More... | |
| uint32_t | sync_count |
| Sync count. More... | |
| int64_t | period_millis |
| Time period over which stats are computed. More... | |
| int32_t | compactions_major |
| int32_t | compactions_minor |
| int32_t | compactions_merging |
| int32_t | compactions_gc |
POD-style structure to hold statistics.
Definition at line 57 of file LoadStatistics.h.
|
inline |
Resets members to zero.
Definition at line 59 of file LoadStatistics.h.
| uint64_t Hypertable::LoadStatistics::Bundle::bytes_returned |
Bytes returned.
Definition at line 77 of file LoadStatistics.h.
| uint64_t Hypertable::LoadStatistics::Bundle::bytes_scanned |
Bytes scanned.
Definition at line 75 of file LoadStatistics.h.
| uint64_t Hypertable::LoadStatistics::Bundle::cached_bytes_returned |
Cached bytes returned.
Definition at line 76 of file LoadStatistics.h.
| uint32_t Hypertable::LoadStatistics::Bundle::cached_cells_returned |
Cached cells returned.
Definition at line 73 of file LoadStatistics.h.
| uint32_t Hypertable::LoadStatistics::Bundle::cells_returned |
Cells returned.
Definition at line 74 of file LoadStatistics.h.
| uint32_t Hypertable::LoadStatistics::Bundle::cells_scanned |
Cells scanned.
Definition at line 72 of file LoadStatistics.h.
| int32_t Hypertable::LoadStatistics::Bundle::compactions_gc |
Definition at line 88 of file LoadStatistics.h.
| int32_t Hypertable::LoadStatistics::Bundle::compactions_major |
Definition at line 85 of file LoadStatistics.h.
| int32_t Hypertable::LoadStatistics::Bundle::compactions_merging |
Definition at line 87 of file LoadStatistics.h.
| int32_t Hypertable::LoadStatistics::Bundle::compactions_minor |
Definition at line 86 of file LoadStatistics.h.
| int64_t Hypertable::LoadStatistics::Bundle::period_millis |
Time period over which stats are computed.
Definition at line 84 of file LoadStatistics.h.
| uint32_t Hypertable::LoadStatistics::Bundle::scan_count |
Scan count.
Definition at line 71 of file LoadStatistics.h.
| double Hypertable::LoadStatistics::Bundle::scan_mbps |
Megabytes/s scanned.
Definition at line 81 of file LoadStatistics.h.
| uint32_t Hypertable::LoadStatistics::Bundle::sync_count |
Sync count.
Definition at line 83 of file LoadStatistics.h.
| uint64_t Hypertable::LoadStatistics::Bundle::update_bytes |
Bytes updated.
Definition at line 80 of file LoadStatistics.h.
| uint32_t Hypertable::LoadStatistics::Bundle::update_cells |
Cells updated.
Definition at line 79 of file LoadStatistics.h.
| uint32_t Hypertable::LoadStatistics::Bundle::update_count |
Update count.
Definition at line 78 of file LoadStatistics.h.
| double Hypertable::LoadStatistics::Bundle::update_mbps |
Megabytes/s updated.
Definition at line 82 of file LoadStatistics.h.
1.8.8