Performance Schema events_waits_summary_by_host_by_event_name Table
This table summarizes wait events aggregated by client host and event name, helping to analyze wait latencies on a per-host basis.
The Performance Schema events_waits_summary_by_host_by_event_name table contains wait events summarized by host and event name. It contains the following columns:
Host. Used together with EVENT_NAME for grouping events.
Event name. Used together with USER and HOST for grouping events.
The *_TIMER_WAIT columns only calculate results for timed events, as non-timed events have a NULL wait time.
This page is licensed: CC BY-SA / Gnu FDL