Skip to content

Instantly share code, notes, and snippets.

@hobodave
Created April 25, 2009 05:25
Show Gist options
  • Select an option

  • Save hobodave/101509 to your computer and use it in GitHub Desktop.

Select an option

Save hobodave/101509 to your computer and use it in GitHub Desktop.
mysql> select page, round(wtime - utime - stime - mysql_time, 5) as lost, wtime,
-> utime,stime, mysql_time from performance_log_090425;
+-------------------------+---------+----------+----------+----------+------------+
| page | lost | wtime | utime | stime | mysql_time |
+-------------------------+---------+----------+----------+----------+------------+
| /chony/mm/orders | 0.17919 | 0.618413 | 0.338332 | 0.070625 | 0.030267 |
| /chony/admin | 0.05789 | 0.271856 | 0.153192 | 0.059398 | 0.001375 |
| /chony/mm/orders | 0.02276 | 0.424403 | 0.327653 | 0.068735 | 0.005253 |
| /chony/mm/orders?page=2 | 0.09281 | 0.647109 | 0.357999 | 0.054147 | 0.142151 |
| /chony/mm/orders?page=3 | 0.01913 | 0.443701 | 0.325411 | 0.054374 | 0.04479 |
| /chony/mm/orders?page=4 | 0.03684 | 0.39913 | 0.263956 | 0.05457 | 0.04376 |
| /chony/mm/orders/new | 0.12890 | 0.344331 | 0.162482 | 0.049625 | 0.003329 |
| /chony/mm/orders | 0.13644 | 0.477437 | 0.262295 | 0.068326 | 0.010378 |
| /chony/mm/orders/5801 | 0.22361 | 1.29937 | 0.347499 | 0.077882 | 0.650382 |
+-------------------------+---------+----------+----------+----------+------------+
9 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment