I am writing an ASP.NET application that will monitor the bandwidth used, as well as the time taken by each request.
Since my application will be hosted on shared servers, so I want to do everything in ASP.NET itself, and not at the IIS level.
Although there is something called a performance counter, they talk about memory issues.
I want this total bandwidth consumed on a specific day. And which page takes how long?
Now I plan to write every query time and bandwidth consumed for each query in the Sql Server Database. Am I right or will I face some critical issues if this is done?
I searched for it for too long, but did not find what to do in my case?
Any help is appreciated.
thanks
EDIT
I want to show the bandwodth details and the time taken by the pages to download to the same site so that the administrator can see what is happening?
- My web application will be hosted on a shared server
Moons
source share