Click or drag to resize

AxiomDiagnosticHealthMetrics Properties

The AxiomDiagnosticHealthMetrics type exposes the following members.

Properties
 NameDescription
Public propertyLifetimeSessionsAverageDurationHoursAverage session duration in hours since the service started.
Public propertyLifetimeSessionsCountNumber of sessions created since service started.
Public propertyReportsFailedSinceLastRequestNumber of reports that failed since last request.
Public propertyReportsSuccessSinceLastRequestNumber of reports that completed successfully since last request.
Public propertyReportsTriggeredSinceLastRequestNumber of reports that were triggered since last request.
Public propertySessionsAddedSinceLastRequestNumber of sessions added since the last request.
Public propertySessionsCountNumber of sessions that are currently active.
Public propertySessionsCpuPercentPercent (0-100) of CPU used by all child session processes.
Public propertySessionsMemoryPercentPercent (0-100) of memory used by all child session processes.
Public propertySessionsMemoryWorkingSetMBMB of memory working set used by all child session processes.
Public propertySessionsRemovedSinceLastRequestNumber of sessions that were removed since the last request.
Public propertySessionsTagsCountNumber of tags used by all child session processes.
Public propertySessionsThreadCountNumber of threads used by all child session processes.
Public propertyUsersCountNumber of users using the service
Top
See Also