Fixed ft stats
This commit is contained in:
parent
ff88705f09
commit
dfd33eb674
@ -416,6 +416,8 @@ command_result QueryClient::handleCommandServerInfo(Command &) {
|
|||||||
|
|
||||||
cmd["connection_filetransfer_bandwidth_sent"] = report_minute.file_bytes_sent;
|
cmd["connection_filetransfer_bandwidth_sent"] = report_minute.file_bytes_sent;
|
||||||
cmd["connection_filetransfer_bandwidth_received"] = report_minute.file_bytes_received;
|
cmd["connection_filetransfer_bandwidth_received"] = report_minute.file_bytes_received;
|
||||||
|
cmd["connection_filetransfer_bytes_sent_total"] = total_stats.file_bytes_sent;
|
||||||
|
cmd["connection_filetransfer_bytes_received_total"] = total_stats.file_bytes_received;
|
||||||
|
|
||||||
cmd["connection_packets_sent_speech"] = total_stats.connection_packets_sent[stats::ConnectionStatistics::category::VOICE];
|
cmd["connection_packets_sent_speech"] = total_stats.connection_packets_sent[stats::ConnectionStatistics::category::VOICE];
|
||||||
cmd["connection_bytes_sent_speech"] = total_stats.connection_bytes_sent[stats::ConnectionStatistics::category::VOICE];
|
cmd["connection_bytes_sent_speech"] = total_stats.connection_bytes_sent[stats::ConnectionStatistics::category::VOICE];
|
||||||
|
Loading…
Reference in New Issue
Block a user