5 #include <Poco/RWLock.h>
19 uint64_t writtenBytes;
25 std::string toString()
const;
42 void read(
size_t bytes);
50 void lost(
size_t bytes);
59 mutable Poco::RWLock m_lock;
void lost(size_t bytes)
Notify that the given amount of bytes representing a single PDU have been lost because of too low pro...
void written(size_t bytes)
Notify that the given amount of bytes have been written to an output device as a single PDU...
void read(size_t bytes)
Notify that the given amount of bytes have been read from an input device as a single PDU...
IOStats represents common I/O statistics that are usually measured for performance monitoring...
Definition: IOStats.h:15