Performance Schema hosts Table
The hosts table contains aggregated connection statistics for each client host, including counts for current and total historical connections.
Description
Column
Description
Example
SELECT * FROM hosts;
+-----------+---------------------+-------------------+
| HOST | CURRENT_CONNECTIONS | TOTAL_CONNECTIONS |
+-----------+---------------------+-------------------+
| localhost | 1 | 45 |
| NULL | 20 | 23 |
+-----------+---------------------+-------------------+PreviousPerformance Schema host_cache TableNextPerformance Schema memory_summary_by_account_by_event_name Table
Last updated
Was this helpful?

