Report scrub I/O in vitastor-cli status

This commit is contained in:
Vitaliy Filippov
2023-06-17 21:11:21 +03:00
parent 32f2c4dd27
commit c74a424930
3 changed files with 27 additions and 4 deletions
+1
View File
@@ -17,3 +17,4 @@ std::string format_size(uint64_t size, bool nobytes = false);
void print_help(const char *help_text, std::string exe_name, std::string cmd, bool all);
uint64_t parse_time(std::string time_str, bool *ok = NULL);
std::string read_all_fd(int fd);
std::string str_repeat(const std::string & str, int times);