.net - On-premise service health monitoring -


what best way of monitoring health of services/daemons used internally (in local network)? obviously, these cloud services periodically pinging target sites not option.

ideally, need installed on premise, listen periodic http messages coming target services themselves. in case of signals not received prolonged period of time, notifications should sent (e.g. via email).

so far services written in .net , security reasons outbound connections public network allowed.

it seems looking runtime profiler. answer etw tracing.

you should use perfmonitor.

take on these links:

http://bcl.codeplex.com/releases

https://msdn.microsoft.com/en-us/library/ms751538(v=vs.110).aspx

http://blogs.msdn.com/b/vancem/archive/2010/08/02/perfmonitor-runanalyze-a-quick-performance-checkup-for-your-managed-app.aspx


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -