#include <TelnetStats.hpp>
Public Attributes | |
std::chrono::high_resolution_clock::time_point | processingTimeStart |
Processing time start. | |
std::chrono::high_resolution_clock::time_point | processingTimeEnd |
Processing time end. | |
uint64_t | activeConnectionCtr {} |
Number of active connections. | |
uint64_t | acceptedConnectionCtr {} |
Number of accepted connections. | |
uint64_t | refusedConnectionCtr {} |
Number of refused connections. | |
Telnet server statistics
Definition at line 22 of file TelnetStats.hpp.
uint64_t TelnetServerStats::acceptedConnectionCtr {} |
uint64_t TelnetServerStats::activeConnectionCtr {} |
std::chrono::high_resolution_clock::time_point TelnetServerStats::processingTimeEnd |
Processing time end.
Definition at line 24 of file TelnetStats.hpp.
std::chrono::high_resolution_clock::time_point TelnetServerStats::processingTimeStart |
Processing time start.
Definition at line 23 of file TelnetStats.hpp.
uint64_t TelnetServerStats::refusedConnectionCtr {} |