Introduction
Applicable on MSExchange server with 2007 Version.
Discovery with the agent
Collector Type: Agent
Category: Application Monitors
Application Name: MSExchange2007General
Global Template Name: Microsoft Exchange 2007 General DotNet v4
Version: Microsoft Exchange 2007
Prerequisites: For Exchange monitors need Microsoft .NET Framework 4
Collected Metrics
Metric Name | Display Name | Description |
---|---|---|
PercentTimeinGC | PercentTimeinGC | % Time in GC is the percentage of elapsed time that was spent in performing a garbage collection (GC) since the last GC cycle. This counter is usually an indicator of the work done by the Garbage Collector on behalf of the application to collect and compare. |
NumberBytesinallHeaps | NumberBytesinallHeaps | This counter is the sum of four other counters; Gen 0 Heap Size; Gen 1 Heap Size; Gen 2 Heap Size and the Large Object Heap Size. This counter indicates the current memory allocated in bytes on the GC Heaps. |
NumberofExcepsThrownPersec | NumberofExcepsThrownPersec | This counter displays the number of exceptions thrown per second. These include both .NET exceptions and unmanaged exceptions that get converted into .NET exceptions e.g. null pointer reference exception in unmanaged code would get rethrown in managed co. |
ConnectionAttemptsPersec | ConnectionAttemptsPersec | The rate that connections to the Web service are being attempted. |