You are not logged in.
Pages: 1
There's a feature monitor server in uniGUI, a popup menu at notification area that displays server activity, information like:
BYTES_RECEIVED – The number of bytes received from client’s connections.
BYTES_SENT – The number of bytes sent to client’s connections.
REQUESTS (current, peak)
SESSIONS (current, peak)
TOTAL_CONNECTIONS – The number of connections created.
I would like to clone this feature. How to retrieve the information BYTES SEND/RECEIVED from server traffict. I'm using IPHelper API that assists in the network administration of the local computer.
Any ideas to grab this information?
Offline
Pages: 1