|
My Project 2.4.4
C++ Distributed Hash Table
|

Public Member Functions | |
| std::string | toString () const |
| Json::Value | toJson () const |
Public Attributes | |
| size_t | listenCount {0} |
| size_t | putCount {0} |
| size_t | totalPermanentPuts {0} |
| size_t | pushListenersCount {0} |
| double | requestRate {0} |
| std::shared_ptr< NodeInfo > | nodeInfo {} |
Definition at line 98 of file dht_proxy_server.h.
|
inline |
Build a json object from a NodeStats
Definition at line 130 of file dht_proxy_server.h.
|
inline |
Definition at line 112 of file dht_proxy_server.h.
| size_t dht::DhtProxyServer::ServerStats::listenCount {0} |
Current number of listen operations
Definition at line 100 of file dht_proxy_server.h.
| std::shared_ptr<NodeInfo> dht::DhtProxyServer::ServerStats::nodeInfo {} |
Node Info
Definition at line 110 of file dht_proxy_server.h.
| size_t dht::DhtProxyServer::ServerStats::pushListenersCount {0} |
Current number of push tokens with at least one listen operation
Definition at line 106 of file dht_proxy_server.h.
| size_t dht::DhtProxyServer::ServerStats::putCount {0} |
Current number of permanent put operations (hash used)
Definition at line 102 of file dht_proxy_server.h.
| double dht::DhtProxyServer::ServerStats::requestRate {0} |
Average requests per second
Definition at line 108 of file dht_proxy_server.h.
| size_t dht::DhtProxyServer::ServerStats::totalPermanentPuts {0} |
Current number of permanent put values
Definition at line 104 of file dht_proxy_server.h.