Results 1 to 4 of 4

Thread: IIS monitoring

  1. #1
    Large Member
    Join Date
    Apr 2004
    Posts
    3,720
    Thanks
    47
    Thanked
    99 times in 64 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
    Not a good person scaryjim's Avatar
    Join Date
    Jan 2009
    Location
    Gateshead
    Posts
    15,196
    Thanks
    1,231
    Thanked
    2,291 times in 1,874 posts
    • scaryjim's system
      • Motherboard:
      • Dell Inspiron
      • CPU:
      • Core i5 8250U
      • Memory:
      • 2x 4GB DDR4 2666
      • Storage:
      • 128GB M.2 SSD + 1TB HDD
      • Graphics card(s):
      • Radeon R5 230
      • PSU:
      • Battery/Dell brick
      • Case:
      • Dell Inspiron 5570
      • Operating System:
      • Windows 10
      • Monitor(s):
      • 15" 1080p laptop panel

    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
    Splash
    Guest

    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.

  4. Received thanks from:

    scaryjim (17-02-2012)

  5. #4
    Not a good person scaryjim's Avatar
    Join Date
    Jan 2009
    Location
    Gateshead
    Posts
    15,196
    Thanks
    1,231
    Thanked
    2,291 times in 1,874 posts
    • scaryjim's system
      • Motherboard:
      • Dell Inspiron
      • CPU:
      • Core i5 8250U
      • Memory:
      • 2x 4GB DDR4 2666
      • Storage:
      • 128GB M.2 SSD + 1TB HDD
      • Graphics card(s):
      • Radeon R5 230
      • PSU:
      • Battery/Dell brick
      • Case:
      • Dell Inspiron 5570
      • Operating System:
      • Windows 10
      • Monitor(s):
      • 15" 1080p laptop panel

    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
  •