fetches MySql connection pool stats via reflection from non-public types and fields as the MySql driver doesn't report any actually useful stats to WMI, making this document not all that useful for MySql (even when adjusting counter names): https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/performance-counters
More...
|
| class | PoolStats |
| | Provides pool stats for MySql.Data Connection Pools via reflection. More...
|
| |
fetches MySql connection pool stats via reflection from non-public types and fields as the MySql driver doesn't report any actually useful stats to WMI, making this document not all that useful for MySql (even when adjusting counter names): https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/performance-counters
◆ GetPoolStatsViaReflection()
| PoolStats PeanutButter.TempDb.MySql.Data.MySqlPoolStatsFetcher.GetPoolStatsViaReflection |
( |
string |
connectionString | ) |
|
Retrieves connection pool stats via reflection.
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- source/TempDb/PeanutButter.TempDb.MySql.Data/MySqlPoolStatsFetcher.cs