#1 2013-12-18 17:20:35

warleyalex
Member
From: Sete Lagoas-MG, Brasil
Registered: 2013-01-20
Posts: 250

server monitor statistics

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

#2 2013-12-18 17:37:36

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,183
Website

Re: server monitor statistics

You have the TSQLRestServer.Stat method-based service which returns most of those information as JSON.

Offline

Board footer

Powered by FluxBB