Skip to content

Commit c252407

Browse files
committed
update package doc
1 parent 099e2be commit c252407

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
A slow query logs parser in Golang.
44

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)
1315

1416
## Gettin' started
1517

@@ -71,7 +73,7 @@ which is approx. **34760 queries/second**.
7173
With this package we created some tools:
7274

7375
* [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:
7577

7678
## Notes
7779

0 commit comments

Comments
 (0)