是否有一个好的 .Net 库可用于使用自定义 Windows 性能计数器?
我想向我正在编写的 ASP.net MVC 应用程序添加检测。具体来说,跟踪与使用 Amazon SimpleDB 相关的成本。我惊讶地发现我在那里的费用比我其余的亚马逊使用费总和高出一个数量级以上!
我已通读这篇文章,它有一些很好的提示,但我离开时我带着的问题和我到达时一样多。我对学习很多有关性能计数器的知识不感兴趣,因为这是一个非功能性需求。是否有一个库(最好是开源的)可以更轻松地将自定义性能计数器添加到用 C# 编写的 .Net 应用程序?
I would like to add instrumentation to an ASP.net MVC app I'm writing. Specifically, to keep track of cost associated with using Amazon's SimpleDB. I was surprised to find that my costs there were more than an order of magnitude greater than the rest of my Amazon usage fees combined!
I've read through this article, and it's got some good tips, but I came away with as many questions as I arrived with. I'm not interested in learning a lot about performance counters, as this is a non-functional requirement. Is there a library (preferably open source) that makes it easier to add custom performance counters to a .Net app written in C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过http://perfmoncounterhelper.codeplex.com/?
Have you tried http://perfmoncounterhelper.codeplex.com/?