Bandwidth Monitoring in asp.net

Posted by asifch on Stack Overflow See other posts from Stack Overflow or by asifch
Published on 2010-03-30T05:29:14Z Indexed on 2010/03/30 5:33 UTC
Read the original article Hit count: 176

Filed under:
|
|

HI, We are developing a multi-tenant application in Asp.Net with separate DB for each tenant, in which one of the requirement is to monitor the bandwidth usage for each tenant,

i have tried to search but not found much help on the topic,we want to monitor exactly how much bandwidth is being used for each tenant while each tenant can have its own top level domain or a sub domain or a combination of both.

so what are the available options, the ones which i can think of can be 1. IIS Log Monitoring means a separate application which will calculate the bandwidth for each tenant. 2. Log Each Request and Response for a tenant from within the application and then calculate the total bandwidth usage based on that. 3. Use some third part components if available

So what do you think will be the best approach, also if there is any other way to do this.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about bandwidth