Bandwidth Monitor

  • Thread starter Thread starter Ryan Moore
  • Start date Start date
R

Ryan Moore

I'm trying to make a "bandwidth analyzer" using C# (ASP.NET) which will
display the amount of bandwidth used by a website, broken down by direcotry
within the site.

I'm considered analyzing log files to do this or possibly SNMP.... has
anyone ever done something similar and what's a good way to go about it?

thnx
 
I'd probably setup IIS to log to a ODBC database (like SQL Server) and then
run queries on that to find the bytes used by directory.

Michael
 
i thought SQL server was OleDB in ado.net?
Michael Pearson said:
I'd probably setup IIS to log to a ODBC database (like SQL Server) and then
run queries on that to find the bytes used by directory.

Michael
 
Back
Top