#include <helper.h>

Public Attributes | |
int | requests |
int | replies |
int | timedout |
int | queue_size |
int | avg_svc_time |
Detailed Description
Member Data Documentation
◆ avg_svc_time
int helper::_stats::avg_svc_time |
Definition at line 129 of file helper.h.
Referenced by helperReturnBuffer(), helperStatefulHandleRead(), and helper::packStatsInto().
◆ queue_size
int helper::_stats::queue_size |
Definition at line 128 of file helper.h.
Referenced by helper::~helper(), Enqueue(), helper::nextRequest(), helper::overloaded(), helper::packStatsInto(), helper::queueFull(), and StatefulEnqueue().
◆ replies
int helper::_stats::replies |
Definition at line 126 of file helper.h.
Referenced by helperReturnBuffer(), helperStatefulHandleRead(), and helper::packStatsInto().
◆ requests
int helper::_stats::requests |
Definition at line 125 of file helper.h.
Referenced by helperDispatch(), helperStatefulDispatch(), and helper::packStatsInto().
◆ timedout
int helper::_stats::timedout |
Definition at line 127 of file helper.h.
Referenced by helper_server::checkForTimedOutRequests(), and helper::packStatsInto().
The documentation for this struct was generated from the following file:
- src/helper.h