How to check app pool last recycled

前端 未结 6 1093
轮回少年
轮回少年 2020-12-29 01:57

is it possible to check when i recycled the app pool last time, i want to check the date when my app pool was last recycled, is there anything in IIS i can get this info.

6条回答
  •  再見小時候
    2020-12-29 02:09

    If logging on recycles is turned on you can see this in the Event Viewer (System Log).

    If it's not you can use PerfMon counters to see Process-Elapsed Time on the W3WP.exe representing your application pool (which will be the number of seconds since the last recycle)

提交回复
热议问题