mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 00:32:22 -04:00
New interactive daemon command 'print_net_stats': Global traffic stats
This commit is contained in:
parent
f2f725d8db
commit
c23ea7962d
13 changed files with 182 additions and 2 deletions
|
@ -244,4 +244,6 @@ namespace tools
|
|||
void closefrom(int fd);
|
||||
|
||||
std::string get_human_readable_timestamp(uint64_t ts);
|
||||
|
||||
std::string get_human_readable_bytes(uint64_t bytes);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue