Reli — a sampling profiler and VM state inspector for PHP #2389
sj-i
started this conversation in
Show and tell
Replies: 1 comment
-
|
Oh that's really cool. I don't have any issues at the moment but will give it a shot anyways! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I just released Reli 0.12.0 and wanted to share it here because this release adds FrankenPHP support.
If you have not seen Reli before, it is a PHP sampling profiler / VM state inspector written in PHP that inspects running PHP processes from the outside.
I have verified that it works with the official FrankenPHP Docker image. So if you are using FrankenPHP worker mode and run into cases where a worker becomes unresponsive, or where a
memory_limitcrash leaves you wondering what is leaking memory, this might be worth trying.There is also a FrankenPHP-specific documentation page here:
https://github.com/reliforp/reli-prof/blob/0.12.x/docs/tracing/frankenphp.md
README with GIF demos,:
https://github.com/reliforp/reli-prof
If you try it and run into anything that does not work properly, please let me know!
Beta Was this translation helpful? Give feedback.
All reactions