Open Source Couchbase Query Analyzer Tool

I’ve been needing a tool to analyze Couchbase slow queries for years.

The idea is to take the output of the Couchbase slow query log/query, create charts, and analyze the JSON.

You can use the tool here: https://cb.fuj.io

It’s 100% HTML, CSS, and JavaScript, and runs entirely in your browser and memory. You can download the HTML locally and use it.

  • Debug slow queries individually or in groups.
  • See how indexes and query match/connected/flow
  • Not an CouchBase expert use the Insight tab to get quick analysis.

You can find the repository at https://github.com/Fujio-Turner/cb_completed_request

4 Likes