Dear Team,
how would one approach the collection and report of real-time server statistics?
Some of our client users are in rural remote areas and connecting to the web server through slow ISPs, VPNs, corporate networks.
It would be great to show the network connection statistics (averages) somewhere on the bottom of the application window, similarly how some enterprise applications are doing.
This would allow for a better troubleshooting, as the users can resolve some of the slow network issues themselves.
I am running a WiseJ 3.5 CRUD application on IIS.
The things I could think of measuring are for example the websocket roundtrip time and the application responsiveness (excluding the network).
Although I can program the IIS modules/handlers to intercept, analyze and measure the web call flow, the convenient way would be if WiseJ library would collect such application statistics itself.
I wonder if you already collect responsiveness statistics for the library development and if the API already exits.
Regards,
Kizaemon