【发布时间】:2009-07-27 14:52:43
【问题描述】:
我开发了一个面向 Mono 的 ASP.Net Web 服务。我已将它部署到在 Apache 下运行 Mono 的 OpenSUSE 11.1 VM。
有没有办法监控我在类似于 Windows 性能监视器的 Linux 操作系统下为 Mono 部署的 ASP.Net 应用程序的 @OutputCache 命中率?这不一定涉及性能计数器,而是一种获取比率的方法。
这与使用 CacheDuration 属性修饰的 WebMethod 调用有关,而不是自定义数据缓存方案。
【问题讨论】:
标签: asp.net web-services caching mono duration