userver: websocket::Statistics Struct Reference
Loading...
Searching...
No Matches
websocket::Statistics Struct Referencefinal

Detailed Description

Definition at line 29 of file connection.hpp.

Public Attributes

utils::statistics::RateCounter msg_sent {}
utils::statistics::RateCounter msg_recv {}
utils::statistics::RateCounter bytes_sent {}
utils::statistics::RateCounter bytes_recv {}

Member Data Documentation

◆ bytes_recv

utils::statistics::RateCounter websocket::Statistics::bytes_recv {}

Definition at line 33 of file connection.hpp.

◆ bytes_sent

utils::statistics::RateCounter websocket::Statistics::bytes_sent {}

Definition at line 32 of file connection.hpp.

◆ msg_recv

utils::statistics::RateCounter websocket::Statistics::msg_recv {}

Definition at line 31 of file connection.hpp.

◆ msg_sent

utils::statistics::RateCounter websocket::Statistics::msg_sent {}

Definition at line 30 of file connection.hpp.


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