|
This graph displays the average number of questions per second being executed in MySQL. This is useful for seeing when MySQL is being heavily utilized which can also help determine the overall performance of MySQL and the queries running through it. As it is an average, very short spurts ot activity may not show up directly in the graph, which is best suited for tracking trends rather than short-lived spikes. This data is obtained directly from the query: SHOW STATUS LIKE 'Questions';
Note that restarting MySQL may briefly affect the graph since the Questions counter is reset following a restart. |