You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,16 @@
2
2
3
3
A slow query logs parser in Golang.
4
4
5
-
-[Gettin' started](#gettin-started)
6
-
-[Basic usage](#basic-usage)
7
-
-[Performances](#performances)
8
-
-[Notes](#notes)
9
-
-[Tested databases](#tested-databases)
10
-
-[Internal](#internal)
11
-
-[Contributing](#contributing)
12
-
-[License](#license)
5
+
-[slowql](#slowql)
6
+
-[Gettin' started](#gettin-started)
7
+
-[Basic usage](#basic-usage)
8
+
-[Performances](#performances)
9
+
-[Associated tools](#associated-tools)
10
+
-[Notes](#notes)
11
+
-[Tested databases](#tested-databases)
12
+
-[Internal](#internal)
13
+
-[Contributing](#contributing)
14
+
-[License](#license)
13
15
14
16
## Gettin' started
15
17
@@ -71,7 +73,7 @@ which is approx. **34760 queries/second**.
71
73
With this package we created some tools:
72
74
73
75
*[slowql-replayer](https://github.com/devops-works/slowql/tree/develop/cmd/slowql-replayer): replay and benchmark queries from a slow query log
74
-
*[slowql-digest](https://github.com/devops-works/slowql/tree/develop/cmd/slowql-digest): digest and analyze slow query logs. Similar to `pt-query-digest`, but faster :upside_down_face:
76
+
*[slowql-digest](https://github.com/devops-works/slowql/tree/develop/cmd/slowql-digest): digest and analyze slow query logs. Similar to `pt-query-digest`, but faster.:upside_down_face:
0 commit comments