AsyncMysqlClientStats::ioThreadIdleMicrosAvg

Average of reported idle time in the client's IO thread

public function ioThreadIdleMicrosAvg(): float;

This returns an exponentially-smoothed average.

Returns

  • float - A float representing the average busy time of this MySQL client's IO Thread.