是否可以确定 IIS 服务器上是否存在挂起的事务\请求?
我正在尝试使用 perfon 计数器和其他服务器标志和常量..但我找不到解决方案。我想编写一段代码来告诉我 IIS 服务器上是否有任何挂起的事务
i am trying to use perfon counters and other server flags and constants .. but i cant find a solution. i want to write a piece of code that will tell me if there are any hung transactions on my IIS server
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过查看性能计数器,我们可以确定这一点。
By looking at perf counters we can determine this.