Skip to content

nedix/kcachegrind-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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