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

#include <TelnetStats.hpp>

Public Attributes

std::chrono::high_resolution_clock::time_point connectTime
 Connection start time.
 
std::chrono::high_resolution_clock::time_point disconnectTime
 Connection end time.
 
size_t uploadBytes {}
 Uploaded bytes.
 
size_t downloadBytes {}
 Downloaded bytes.
 
uint64_t successCmdCtr {}
 Successful commands.
 
uint64_t failCmdCtr {}
 Failed commands.
 

Detailed Description

Telnet session statistics

Definition at line 10 of file TelnetStats.hpp.

Member Data Documentation

◆ connectTime

std::chrono::high_resolution_clock::time_point TelnetSessionStats::connectTime

Connection start time.

Definition at line 11 of file TelnetStats.hpp.

◆ disconnectTime

std::chrono::high_resolution_clock::time_point TelnetSessionStats::disconnectTime

Connection end time.

Definition at line 12 of file TelnetStats.hpp.

◆ downloadBytes

size_t TelnetSessionStats::downloadBytes {}

Downloaded bytes.

Definition at line 14 of file TelnetStats.hpp.

14{};

◆ failCmdCtr

uint64_t TelnetSessionStats::failCmdCtr {}

Failed commands.

Definition at line 16 of file TelnetStats.hpp.

16{};

◆ successCmdCtr

uint64_t TelnetSessionStats::successCmdCtr {}

Successful commands.

Definition at line 15 of file TelnetStats.hpp.

15{};

◆ uploadBytes

size_t TelnetSessionStats::uploadBytes {}

Uploaded bytes.

Definition at line 13 of file TelnetStats.hpp.

13{};

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