https://github.com/rafaeljusto/esprofiler
Visualize the Elasticsearch profiler output
https://github.com/rafaeljusto/esprofiler
elasticsearch profiler
Last synced: 4 months 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-12-09T18:14:25.000Z (6 months ago)
- Last Synced: 2025-02-12T23:34:12.400Z (4 months ago)
- Topics: elasticsearch, profiler
- Language: Go
- Homepage:
- Size: 51.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
[](https://pkg.go.dev/github.com/rafaeljusto/esprofiler)
This is a tool to visualize the Elasticsearch profiler output described
[here](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-profile.html).[](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).