Results 1 to 4 of 4

Thread: IIS monitoring

  1. #1
    Large Member
    Join Date
    Apr 2004
    Posts
    3,625
    Thanks
    44
    Thanked
    91 times in 58 posts

    IIS monitoring

    I want to monitor IIS at the per-request level for bandwidth usage, and subsequently filter by application and/or app pool to produce summaries at certain intervals that I can push out to loggers. Any tips?
    To err is human. To really foul things up ... you need a computer.


  2. #2
    "make it so" scaryjim's Avatar
    Join Date
    Jan 2009
    Location
    Manchester
    Posts
    9,251
    Thanks
    728
    Thanked
    1,146 times in 1,010 posts
    • scaryjim's system
      • Motherboard:
      • Asus M4A785TD-M EVO
      • CPU:
      • Phenom II X4 905e
      • Memory:
      • 2x 4GB Crucial Ballistix Tactical VLP
      • Storage:
      • 750GB Seagate
      • Graphics card(s):
      • Sapphire 7750 Low Profile
      • PSU:
      • FSP 250W TFX
      • Case:
      • AOpen H360b
      • Operating System:
      • Windows 7 Professional x64
      • Monitor(s):
      • IBM ThinkVision C220P (6735-60N) (22" CRT)

    Re: IIS monitoring

    I'm pretty sure that the standard IIS logs include the size of transfer (in KBytes?) as part of the logging, so presumably it'd be a case of either importing the IIS log files into a custom system for analysis, or having IIS log directly into a database (which I'm pretty sure you can set up). You should then be able to analyse the logged data and extract the information you need.

    That said, I've not tried to do this myself, so it might be harder than a think...


    edit: having had a quick check on our Web Server 2k8 R2 box, it looks like you *can't* log directly to a database (*sigh*), so finding some way to automatically import the data from the text-based log files will be easiest...

  3. #3
    Jam Is Teh Win (again)! Splash's Avatar
    Join Date
    May 2005
    Location
    York
    Posts
    6,714
    Thanks
    146
    Thanked
    471 times in 395 posts
    • Splash's system
      • Motherboard:
      • Asus P8Z68-V Pro/Gen3
      • CPU:
      • 2700K
      • Memory:
      • 32Gb Corsair Vengeance CMZ8GX3M1A1600C10
      • Storage:
      • 120Gb Corsair Force boot, 120Gb Corsair Force games, 1.5Tb Seagate storage
      • Graphics card(s):
      • XFX HD7970 Black Edition
      • PSU:
      • Corsair HX750
      • Case:
      • Lian Li PC-V1000
      • Operating System:
      • Windows 7
      • Monitor(s):
      • Dell 2709W
      • Internet:
      • BeThere BePro

    Re: IIS monitoring

    You should be able to log direct to a database. You just need to enable to ODBC logging feature under the application server role.

    Not sure if this is restricted under Web Server 2k8R2, but you certainly should be able to under the full fat version.
    Quote Originally Posted by aidanjt View Post
    A large root will do ok

  4. Received thanks from:

    scaryjim (16-02-2012)

  5. #4
    "make it so" scaryjim's Avatar
    Join Date
    Jan 2009
    Location
    Manchester
    Posts
    9,251
    Thanks
    728
    Thanked
    1,146 times in 1,010 posts
    • scaryjim's system
      • Motherboard:
      • Asus M4A785TD-M EVO
      • CPU:
      • Phenom II X4 905e
      • Memory:
      • 2x 4GB Crucial Ballistix Tactical VLP
      • Storage:
      • 750GB Seagate
      • Graphics card(s):
      • Sapphire 7750 Low Profile
      • PSU:
      • FSP 250W TFX
      • Case:
      • AOpen H360b
      • Operating System:
      • Windows 7 Professional x64
      • Monitor(s):
      • IBM ThinkVision C220P (6735-60N) (22" CRT)

    Re: IIS monitoring

    Quote Originally Posted by Splash View Post
    ... You just need to enable to ODBC logging feature under the application server role. ...
    Ah, that sounds right, thanks. I was pretty sure there *should* be a way to do it. I'll have to have a look at that when I get back to work...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •