Back to Site
Loading...
Searching...
No Matches
librats::StorageStatistics Struct Reference

Storage statistics. More...

#include <storage.h>

Public Attributes

size_t total_entries
 
size_t deleted_entries
 
uint64_t total_data_bytes
 
uint64_t disk_usage_bytes
 
uint64_t entries_synced
 
uint64_t entries_sent
 
uint64_t sync_requests_received
 
uint64_t sync_requests_sent
 
uint64_t sync_chunks_sent
 
uint64_t sync_chunks_received
 
uint64_t resyncs_scheduled
 
std::chrono::steady_clock::time_point last_sync_time
 
StorageSyncStatus sync_status
 

Detailed Description

Storage statistics.

Definition at line 228 of file storage.h.

Member Data Documentation

◆ deleted_entries

size_t librats::StorageStatistics::deleted_entries

Definition at line 230 of file storage.h.

◆ disk_usage_bytes

uint64_t librats::StorageStatistics::disk_usage_bytes

Definition at line 232 of file storage.h.

◆ entries_sent

uint64_t librats::StorageStatistics::entries_sent

Definition at line 234 of file storage.h.

◆ entries_synced

uint64_t librats::StorageStatistics::entries_synced

Definition at line 233 of file storage.h.

◆ last_sync_time

std::chrono::steady_clock::time_point librats::StorageStatistics::last_sync_time

Definition at line 240 of file storage.h.

◆ resyncs_scheduled

uint64_t librats::StorageStatistics::resyncs_scheduled

Definition at line 239 of file storage.h.

◆ sync_chunks_received

uint64_t librats::StorageStatistics::sync_chunks_received

Definition at line 238 of file storage.h.

◆ sync_chunks_sent

uint64_t librats::StorageStatistics::sync_chunks_sent

Definition at line 237 of file storage.h.

◆ sync_requests_received

uint64_t librats::StorageStatistics::sync_requests_received

Definition at line 235 of file storage.h.

◆ sync_requests_sent

uint64_t librats::StorageStatistics::sync_requests_sent

Definition at line 236 of file storage.h.

◆ sync_status

StorageSyncStatus librats::StorageStatistics::sync_status

Definition at line 241 of file storage.h.

◆ total_data_bytes

uint64_t librats::StorageStatistics::total_data_bytes

Definition at line 231 of file storage.h.

◆ total_entries

size_t librats::StorageStatistics::total_entries

Definition at line 229 of file storage.h.


The documentation for this struct was generated from the following file: