[TD-553] add usage stastics

This commit is contained in:
Tao Liu 2020-06-08 07:56:42 +00:00
parent 69e0afed31
commit a3744f28b3
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ typedef struct {
int8_t role;
int64_t version; // current version
int64_t fversion; // version on saved data file
int64_t totalStorage; //total bytes occupie
int64_t compStorage;
int64_t pointsWritten; //total data points written
void *wqueue;
void *rqueue;
void *wal;