Possible Duplicate:
How can I check what files people are downloading from my server

I have small server with IIS and Windows Server 2008, hosting one page. Sometimes my bandwidth is completely overloaded. How can I check downloading which files from my server is killing the network connection? Maybe it is swf, maybe some pictures or other files. How can I check this?

link|improve this question
feedback

closed as exact duplicate by Chopper3 Mar 14 '11 at 15:41

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

You can have a look in \inetpub\log\logfiles and you can analyse it with Splunk (which may be over kill), or if its small enough, look through and analyse yourself, or perhaps load it into Excel or something.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.