Ping::pingStats_ Class Reference
measurements collected by the squidclient ping mode logics More...
Collaboration diagram for Ping::pingStats_:

Public Member Functions | |
| pingStats_ () | |
Public Attributes | |
| long | counted |
| number of transactions which have so far been measured More... | |
| long | pMin |
| shortest transaction time seen More... | |
| long | pMax |
| longest transaction time seen More... | |
| long | sum |
| total time so far spent waiting on transactions More... | |
Detailed Description
Constructor & Destructor Documentation
◆ pingStats_()
Member Data Documentation
◆ counted
| long Ping::pingStats_::counted |
Definition at line 32 of file Ping.cc.
Referenced by Ping::DisplayStats(), and Ping::TimerStop().
◆ pMax
| long Ping::pingStats_::pMax |
Definition at line 34 of file Ping.cc.
Referenced by Ping::DisplayStats(), and Ping::TimerStop().
◆ pMin
| long Ping::pingStats_::pMin |
Definition at line 33 of file Ping.cc.
Referenced by Ping::DisplayStats(), and Ping::TimerStop().
◆ sum
| long Ping::pingStats_::sum |
Definition at line 35 of file Ping.cc.
Referenced by Ping::DisplayStats(), and Ping::TimerStop().
The documentation for this class was generated from the following file:
- tools/squidclient/Ping.cc
