Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaeljusto/esprofiler
Visualize the Elasticsearch profiler output
https://github.com/rafaeljusto/esprofiler
elasticsearch profiler
Last synced: about 1 month ago
JSON representation
Visualize the Elasticsearch profiler output
- Host: GitHub
- URL: https://github.com/rafaeljusto/esprofiler
- Owner: rafaeljusto
- License: mit
- Created: 2024-08-27T16:45:14.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-23T00:57:54.000Z (about 2 months ago)
- Last Synced: 2024-09-29T05:04:12.397Z (about 2 months ago)
- Topics: elasticsearch, profiler
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 📊 Elasticsearch Profiler
[![Go Reference](https://pkg.go.dev/badge/github.com/rafaeljusto/esprofiler.svg)](https://pkg.go.dev/github.com/rafaeljusto/esprofiler)
![Test](https://github.com/rafaeljusto/esprofiler/actions/workflows/test.yml/badge.svg)This is a tool to visualize the Elasticsearch profiler output described
[here](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-profile.html).[![Elasticsearch Profiler Video](https://img.youtube.com/vi/0qegA-EDIl4/0.jpg)](https://www.youtube.com/watch?v=0qegA-EDIl4)
## ⚙️ Features
* Use [Flame Graphs](https://www.brendangregg.com/flamegraphs.html) to visualize the profiler output.
* Split the results per indexes and shards.## ⚡️ Quick start
The easiest way to start using this tool is to use the
[Docker](https://www.docker.com/) image. Just run the following command:```bash
docker run -p 8080:80 rafaeljusto/esprofiler:latest
```Open your browser at [http://localhost:8080](http://localhost:8080).