PerformanceCounterManager Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Top
Top
Manages performance counters using Windows performance counters.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The PerformanceCounterManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PerformanceCounterManager() | Initializes a new instance of the PerformanceCounterManager class. |
![]() | PerformanceCounterManager(DefaultDependencyResolver) | Initializes a new instance of the PerformanceCounterManager class. |
![]() | PerformanceCounterManager(ITraceManager) | Initializes a new instance of the PerformanceCounterManager class. |
| Name | Description | |
|---|---|---|
![]() | ConnectionMessagesReceivedPerSec | Gets the performance counter representing the number of messages received by connections (server to client) per second. |
![]() | ConnectionMessagesReceivedTotal | Gets the performance counter representing the total number of messages received by connections (server to client) since the application was started. |
![]() | ConnectionMessagesSentPerSec | Gets the performance counter representing the number of messages sent by connections (client to server) per second. |
![]() | ConnectionMessagesSentTotal | Gets the performance counter representing the total number of messages sent by connections (client to server) since the application was started. |
![]() | ConnectionsConnected | Gets the performance counter representing the total number of connection Connect events since the application was started. |
![]() | ConnectionsCurrent | Gets the performance counter representing the number of connections currently connected. |
![]() | ConnectionsDisconnected | Gets the performance counter representing the total number of connection Disconnect events since the application was started. |
![]() | ConnectionsReconnected | Gets the performance counter representing the total number of connection Reconnect events since the application was started. |
![]() | ErrorsAllPerSec | Gets the performance counter representing the number of all errors processed per second. |
![]() | ErrorsAllTotal | Gets the performance counter representing the total number of all errors processed since the application was started. |
![]() | ErrorsHubInvocationPerSec | Gets the performance counter representing the number of hub invocation errors per second. |
![]() | ErrorsHubInvocationTotal | Gets the performance counter representing the total number of hub invocation errors processed since the application was started. |
![]() | ErrorsHubResolutionPerSec | Gets the performance counter representing the number of hub resolution errors per second. |
![]() | ErrorsHubResolutionTotal | Gets the performance counter representing the total number of hub resolution errors processed since the application was started. |
![]() | ErrorsTransportPerSec | Gets the performance counter representing the number of transport errors per second. |
![]() | ErrorsTransportTotal | Gets the performance counter representing the total number of transport errors processed since the application was started. |
![]() | MessageBusAllocatedWorkers | Gets the performance counter representing the number of workers allocated to deliver messages in the message bus. |
![]() | MessageBusBusyWorkers | Gets the performance counter representing the number of workers currently busy delivering messages in the message bus. |
![]() | MessageBusMessagesPublishedPerSec | Gets the performance counter representing the number of messages published to the message bus per second. |
![]() | MessageBusMessagesPublishedTotal | Gets the performance counter representing the total number of messages published to the message bus since the application was started. |
![]() | MessageBusMessagesReceivedPerSec | Gets the performance counter representing the number of messages received by subscribers per second. |
![]() | MessageBusMessagesReceivedTotal | Gets the performance counter representing the total number of messages received by subscribers since the application was started. |
![]() | MessageBusSubscribersCurrent | Gets the performance counter representing the current number of subscribers to the message bus. |
![]() | MessageBusSubscribersPerSec | Gets the performance counter representing the number of new subscribers to the message bus per second. |
![]() | MessageBusSubscribersTotal | Gets the performance counter representing the total number of subscribers to the message bus since the application was started. |
![]() | MessageBusTopicsCurrent | Gets the performance counter representing the current number of topics in the message bus. |
![]() | ScaleoutErrorsPerSec | Gets the performance counter representing the number of scaleout errors per second. |
![]() | ScaleoutErrorsTotal | Gets the performance counter representing the total number of scaleout errors since the application was started. |
![]() | ScaleoutMessageBusMessagesReceivedPerSec | Gets the performance counter representing the number of messages received by the scaleout message bus per second. |
![]() | ScaleoutSendQueueLength | Gets the performance counter representing the current scaleout send queue length. |
![]() | ScaleoutStreamCountBuffering | Gets the performance counter representing the number of logical streams in the currently configured scaleout message bus provider that are in the buffering state. |
![]() | ScaleoutStreamCountOpen | Gets the performance counter representing the number of logical streams in the currently configured scaleout message bus provider that are in the open state. |
![]() | ScaleoutStreamCountTotal | Gets the performance counter representing the number of logical streams in the currently configured scaleout message bus provider. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Initialize | Initializes the performance counters. |
![]() | LoadCounter | Loads the performance counter. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | CategoryName | Specifies the name of the performance counter category for this performance counter. |
Show:
