Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Measure Bandwidth Usage Per Web Site

Reply
Thread Tools

Measure Bandwidth Usage Per Web Site

 
 
Sven
Guest
Posts: n/a
 
      11-03-2005
On an IIS 6 Web Server with multiple ASP.NET Web applications (sites), how
can I accurately measure the total bandwidth used by each site? I need to
know total bandwidth for the current day, week, month, quarter, and year.

Thanks!


 
Reply With Quote
 
 
 
 
Kristofer Gafvert [MVP]
Guest
Posts: n/a
 
      11-03-2005
Hi,

You can use the IIS log files. If i remember correctly, this is however
not logged by default, so you will need to enable logging of it. In IIS
Manager, right click the website and click Properties. Click on the
Properties button for Logging. Click the Extended Properties tab and check
"Bytes Sent (sc-bytes)".

Now you can use any log analyser you would like (a list of some of them is
available here:
http://www.iisfaq.com/Default.aspx?tabid=2550
)

You can also use Log Parser:

http://www.microsoft.com/technet/scr...r/default.mspx




--
Regards,
Kristofer Gafvert (IIS MVP)
http://www.gafvert.info/iis/ - IIS Related Info


Sven wrote:

>On an IIS 6 Web Server with multiple ASP.NET Web applications (sites), how
>can I accurately measure the total bandwidth used by each site? I need to
>know total bandwidth for the current day, week, month, quarter, and year.
>
>Thanks!

 
Reply With Quote
 
 
 
 
Peter Schmidt
Guest
Posts: n/a
 
      11-07-2005
Hi

You can find that information by analyzing the IIS logs files.

You can either use the Logparser tool from Microsoft or some other log
analyser software.
I can recommend Awstats (awstats.sourceforge.net/) which is free and
opensource.


Regards
Peter Schmidt
www.iis-digest.com


"Sven" <> wrote in message
news:...
> On an IIS 6 Web Server with multiple ASP.NET Web applications (sites), how
> can I accurately measure the total bandwidth used by each site? I need to
> know total bandwidth for the current day, week, month, quarter, and year.
>
> Thanks!
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Memory usage per top 10x usage per heapy MrsEntity Python 20 09-27-2012 08:00 AM
ASP.NET Page Source For Clients To Measure Bandwidth Andrew Hayes ASP .Net 4 02-16-2010 04:30 AM
Bandwidth measure using java deep Java 1 04-09-2006 09:51 PM
measure bandwidth in / out of socket antoine Java 2 10-01-2005 01:16 AM
Tools to measure the effective bandwidth Chris Cisco 2 12-03-2003 12:35 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57