PeanutButter
Loading...
Searching...
No Matches
PeanutButter.TempDb.MySql.Data.MySqlPoolStatsFetcher Class Reference

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...

Classes

class  PoolStats
 Provides pool stats for MySql.Data Connection Pools via reflection. More...

Public Member Functions

PoolStats GetPoolStatsViaReflection (string connectionString)
 Retrieves connection pool stats via reflection.

Detailed Description

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

Member Function Documentation

◆ GetPoolStatsViaReflection()

PoolStats PeanutButter.TempDb.MySql.Data.MySqlPoolStatsFetcher.GetPoolStatsViaReflection ( string connectionString)

Retrieves connection pool stats via reflection.

Parameters
connectionString
Returns

The documentation for this class was generated from the following file:
  • source/TempDb/PeanutButter.TempDb.MySql.Data/MySqlPoolStatsFetcher.cs