-2
公開されているIISサーバーで内部的にホストされているC#webserviceを監視することは可能ですか?C#webserviceを監視することはできますか?
更新 -私が必要とするのは、サービスが稼働していることを確認することです。
もしそうなら、最良のアプローチは何ですか?事前に
おかげで、
ジェームズ
公開されているIISサーバーで内部的にホストされているC#webserviceを監視することは可能ですか?C#webserviceを監視することはできますか?
更新 -私が必要とするのは、サービスが稼働していることを確認することです。
もしそうなら、最良のアプローチは何ですか?事前に
おかげで、
ジェームズ
インターネットインフォメーションサービスは、アクティブなWebやFTP接続を監視するために使用することができるパフォーマンスカウンタ...
http://technet.microsoft.com/en-us/library/cc728306%28WS.10%29.aspx
To monitor active Web and FTP connections in IIS 6.0
1.
Open Administrative Tools, and then click Performance.
2.
Right-click the System Monitor details pane, and then click Add Counters.
3.
Do one of the following:
* To monitor any computer on which the monitoring console is run, click Use local computer counters.
-or-
* To monitor a specific computer, regardless of where the monitoring console is run, click Select counters from computer, and specify a computer name or IP address.
4.
In Performance object, click:
* Web Service to monitor active Web connections.
-or-
* FTP Service to monitor active FTP connections.
5.
Click Select counters from list, and select Current Connections.
6.
Click All instances.
7.
Click Add, and then click Close.
何を持っています一種の監視をしたいですか?アップ/ダウン、コール数など? –
もっと具体的にどのような監視をしたいのですか?ナギオスからのシンプルな生き残りチェック、またはいくつかの詳細な統計情報... –
良い点 - 私が達成しようとしている監視のタイプは助けになります! :-) - 更新のための私の元の質問を参照してください。 –