Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1010 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 1010 Bytes

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