Repo-Init
 
Loading...
Searching...
No Matches
TelnetServerStats Struct Reference

#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.
 

Detailed Description

Telnet server statistics

Definition at line 22 of file TelnetStats.hpp.

Member Data Documentation

◆ acceptedConnectionCtr

uint64_t TelnetServerStats::acceptedConnectionCtr {}

Number of accepted connections.

Definition at line 26 of file TelnetStats.hpp.

26{};

◆ activeConnectionCtr

uint64_t TelnetServerStats::activeConnectionCtr {}

Number of active connections.

Definition at line 25 of file TelnetStats.hpp.

25{};

◆ processingTimeEnd

std::chrono::high_resolution_clock::time_point TelnetServerStats::processingTimeEnd

Processing time end.

Definition at line 24 of file TelnetStats.hpp.

◆ processingTimeStart

std::chrono::high_resolution_clock::time_point TelnetServerStats::processingTimeStart

Processing time start.

Definition at line 23 of file TelnetStats.hpp.

◆ refusedConnectionCtr

uint64_t TelnetServerStats::refusedConnectionCtr {}

Number of refused connections.

Definition at line 27 of file TelnetStats.hpp.

27{};

The documentation for this struct was generated from the following file: