Skip to main content

ConnectionStatistics

  • Namespace: PPDS.Dataverse.Pooling
  • Assembly: PPDS.Dataverse
  • Kind: Class

Summary

Statistics for a specific connection configuration.

Members

Properties

ActiveConnections

int ActiveConnections { get; set; }

Gets the number of active connections.

IdleConnections

int IdleConnections { get; set; }

Gets the number of idle connections.

IsThrottled

bool IsThrottled { get; set; }

Gets a value indicating whether this connection is currently throttled.

Name

string Name { get; set; }

Gets the connection name.

RequestsServed

long RequestsServed { get; set; }

Gets the requests served by this connection.