Skip to content

Just add profile=true to your elasticsearch/opensearch query and paste the results here to see the flame graph of the query execution.

License

Notifications You must be signed in to change notification settings

sezaakgun/elasticsearch-profile-flame-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Elasticsearch Profile Flame Graph

GitHub License

Overview

Elasticsearch Profile Flame Graph is a tool designed to visualize Elasticsearch query performance using flame graphs. This project enables users to gain deeper insights into Elasticsearch profiling data, helping identify bottlenecks and optimize query performance effectively.

Example

Here is a simple example of using the tool:

  1. Profile a sample query in Elasticsearch:
{
  "profile": true,
  "query": {
    "match": {
      "field": "value"
    }
  }
}
  1. Copy the profiling result.

  2. Open the HTML page provided in this repository, paste the profiling result, and analyze the query performance.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.

Contact

About

Just add profile=true to your elasticsearch/opensearch query and paste the results here to see the flame graph of the query execution.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages