16 references to PerformanceCounters
System.Data (16)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
644
_performanceCounters = connectionPool.
PerformanceCounters
;
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (15)
239
Pool.
PerformanceCounters
.NumberOfFreeConnections.Increment();
304
Pool.
PerformanceCounters
.NumberOfFreeConnections.Decrement();
645
PerformanceCounters
.NumberOfFreeConnections.Decrement();
732
PerformanceCounters
.NumberOfFreeConnections.Decrement();
737
PerformanceCounters
.NumberOfFreeConnections.Decrement();
811
PerformanceCounters
.NumberOfPooledConnections.Increment(); //
1032
PerformanceCounters
.NumberOfPooledConnections.Decrement();
1037
PerformanceCounters
.HardDisconnectsPerSecond.Increment();
1227
PerformanceCounters
.SoftConnectsPerSecond.Increment();
1432
PerformanceCounters
.SoftConnectsPerSecond.Increment();
1470
PerformanceCounters
.NumberOfFreeConnections.Decrement();
1484
PerformanceCounters
.NumberOfFreeConnections.Decrement();
1628
PerformanceCounters
.NumberOfFreeConnections.Increment();
1635
PerformanceCounters
.SoftDisconnectsPerSecond.Increment();
1739
PerformanceCounters
.NumberOfReclaimedConnections.Increment();