IIS monitoring tool

前端 未结 5 1182
-上瘾入骨i
-上瘾入骨i 2021-02-01 11:37

I have a need for a tool that would monitor and more importantly log requests on IIS. This tool would have to report basic info about requests such as date/time of request, time

5条回答
  •  野性不改
    2021-02-01 12:02

    You should extend and add all of the IIS properties you want to log.

    To do this, do the following:

    1. Go into IIS
    2. Select properties on your website.
    3. Under the website tab, choose properties in the logging section.
    4. Select the Extended Properties tab.
    5. Select extended properties
    6. Select all of the items you want to log.

    Reset IIS.

    You can now use a log parser to look through the log. http://www.smartertools.com/ has a decent one called smarter stats, and is free for a small site.

提交回复
热议问题