nedix / kcachegrind-docker

Web interface for KCachegrind.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web interface for KCachegrind.

Can be used with Xdebug to gain insights into performance metrics of PHP applications.

Setup

Download the Docker Compose manifest

wget https://raw.githubusercontent.com/nedix/kubernetes-exporter-docker/main/docs/examples/docker-compose-kcachegrind.yml

Usage

Start the services

docker compose -f docker-compose-kcachegrind.yml up

Capture a profiling report

View performance data of your application

  • Browse to the KCachegrind web interface on http://127.0.0.1:82
  • Open a profiling report from the /data directory

Attribution

About

Web interface for KCachegrind.

License:MIT License


Languages

Language:Dockerfile 83.6%Language:Makefile 10.2%Language:Shell 6.2%