Bandwidth Monitor

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
 
M

Michael Pearson

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
 
K

Karl Jensen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top