0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
clean up median calc More... about 11 years ago
* numbers on the query more page now accurately reflect the entire time range, instead of coming from the oldest single sample * pct_95 and median summary times are a weighted median from all pct_95 and medians in the period * sums are now actual sums across the time range and min/max are fixed * query timing graph now includes pct_95 and average More... about 11 years ago
table view now supports anonymized mode More... over 11 years ago
Merge pull request #20 from asher/master More... over 11 years ago
just try to extract a function name from sql comments in anon mode More... almost 12 years ago
input sanitation More... almost 12 years ago
option to only display query fingerprints (with anonymized comments drawn from samples) More... almost 12 years ago
add switch to disable explain links and functionality More... about 12 years ago
make the number of slow queries to display configurable More... about 12 years ago
- support for a centralized review db covering many hosts - autogenerate the host config based on the contents of a central db More... about 12 years ago
conf option for mysql instances on non-standard ports More... about 12 years ago
Merge pull request #18 from timdenike/dev/timmy More... almost 13 years ago
nicer labels More... almost 13 years ago
added another graph to more.php; changed time to average time More... almost 13 years ago
add a page that displays all queries that reference a particular table More... almost 13 years ago
Closes #17 - order of things on the more page More... almost 13 years ago
change the temporal aggregation if we're looking at a long period to reduce number of graphs showing up on the screen More... almost 13 years ago
Merge pull request #15 from trivoallan/feature/better-mysql-error More... almost 13 years ago
More verbose mysql error messages. More... over 13 years ago
fix the way host overriding works so that the default doesn't get lost if we don't override it More... about 14 years ago
Allow overrides of the db_host field. This allows us to have all the data aggregated on one server, in different tables. Otherwise, we'd have PHP array key collisions if we only used the key as the host the data was on. It can be helpful to aggregate the data across all shards for a higher level view. More... about 14 years ago
Only explain select queries. More... about 14 years ago
For long queries, use jQuery to toggle hiding and showing of the extra and long part of the query. More... about 14 years ago
Also add spaces after entries with parenthesis. More... about 14 years ago
Additional query formatting. More... about 14 years ago
Run some error checks. If the results came back null, then we'd have invalid SQL when running a subsequent query. More... about 14 years ago
Add a missing semi-colon. More... about 14 years ago
closes #12: labels for db hosts in the configuration More... about 14 years ago
closes #13: dashboard graph (avg query time / hour) More... about 14 years ago
fixes #14 : add aggregate values beneath percentages in dashboard More... about 14 years ago