roadrunner-server / roadrunner

🤯 High-performance PHP application server, process manager written in Go and powered with plugins
https://docs.roadrunner.dev
MIT License
7.87k stars 409 forks source link

[💡FEATURE REQUEST]: Profiler Module based on xhprof #925

Closed wolfy-j closed 1 year ago

wolfy-j commented 4 years ago

Integrate https://github.com/tideways/php-xhprof-extension as the source of profiling data and pass this data into rr service via RPC. Store data in local db (BoltDB) or memory and share information about application performance via RPC or expose the port. Need UI.

rustatian commented 1 year ago

Thanks for the FR 👍🏻. Our PHP team created the official tool to collect profiling/debug information: https://github.com/buggregator/spiral-app, so, others are not planned (but for sure, can be added by the community).