如何检查应用程序池最后回收 [英] How to check app pool last recycled

查看:201
本文介绍了如何检查应用程序池最后回收的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有可能检查我上次回收应用程序池的时间,我想查看我的应用程序池最后一次回收的日期,IIS中是否有任何内容我可以获取此信息。

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.

推荐答案

如果启用了登录回收,您可以在事件查看器中看到这一点。

If logging on recycles is turned on you can see this in the Event Viewer.

如果是不是你可以使用PerfMon计数器来查看代表你的应用程序池的W3WP.exe上的进程耗​​用时间(这将是自上次回收以来的秒数)

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)

这篇关于如何检查应用程序池最后回收的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆