Skip to content

Commit

Permalink
update package doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Apr 8, 2021
1 parent 099e2be commit c252407
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

A slow query logs parser in Golang.

- [Gettin' started](#gettin-started)
- [Basic usage](#basic-usage)
- [Performances](#performances)
- [Notes](#notes)
- [Tested databases](#tested-databases)
- [Internal](#internal)
- [Contributing](#contributing)
- [License](#license)
- [slowql](#slowql)
- [Gettin' started](#gettin-started)
- [Basic usage](#basic-usage)
- [Performances](#performances)
- [Associated tools](#associated-tools)
- [Notes](#notes)
- [Tested databases](#tested-databases)
- [Internal](#internal)
- [Contributing](#contributing)
- [License](#license)

## Gettin' started

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

* [slowql-replayer](https://github.com/devops-works/slowql/tree/develop/cmd/slowql-replayer): replay and benchmark queries from a slow query log
* [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:
* [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:

## Notes

Expand Down

0 comments on commit c252407

Please sign in to comment.