简体   繁体   English

用于监视WCF服务的工具

[英]Tool for Monitoring WCF Service

Is there any third party tools available to Monitoring WCF Service? 是否有任何第三方工具可用于监控WCF服务?

I have created WCF Service with 5 Methods ( OperationContract s) and Hosted in IIS . 我用5个方法( OperationContract s)和IIS托管创建了WCF服务。 Does there any tool available to specify how many times each method was called and what is Request and Response of the each call ? 是否有任何工具可用于指定每种方法的调用次数以及每次调用的请求和响应是什么? (Similar to SQL server profiler). (类似于SQL server profiler)。

Use standart tracing and diagnostic tool for WCF, and work with .svclogs using SvcTraceViewer.exe application. 对WCF使用标准跟踪和诊断工具,并使用SvcTraceViewer.exe应用程序使用.svclogs。 If you host under IIS, use AppFabric. 如果您在IIS下托管,请使用AppFabric。 It a great tool, when you can easily manage the settings of your services, including tracing and diagnostic. 当您可以轻松管理服务设置(包括跟踪和诊断)时,它是一个很好的工具。 There is a nice article about using it http://www.dotnetcurry.com/ShowArticle.aspx?ID=771 有一篇关于使用它的好文章http://www.dotnetcurry.com/ShowArticle.aspx?ID=771

The AppFabric Dashboard provides a centralized gateway to view and manage the health of WF and WCF services deployed locally or to a server farm. AppFabric仪表板提供了一个集中式网关,用于查看和管理本地或部署到服务器场的WF和WCF服务的运行状况。 It exposes real-time data from the Persistence database and historic data from the Monitoring database, and it allows you to “drill down” to examine instance and WCF Call metrics in greater detail. 它公开来自Persistence数据库的实时数据和来自Monitoring数据库的历史数据,它允许您“向下钻取”以更详细地检查实例和WCF调用指标。

http://msdn.microsoft.com/en-us/library/ee677236(v=azure.10).aspx http://msdn.microsoft.com/en-us/library/ee677236(v=azure.10).aspx

AppFabric helps to monitor WCF service like How many time the operation is invoked, Errors/ Faults and also supports historical data. AppFabric有助于监视WCF服务,例如调用操作的次数,错误/故障以及还支持历史数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM