Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 246 Bytes

File metadata and controls

8 lines (5 loc) · 246 Bytes

phpfpm-analyze

PHP-FPM slow log analyzer

This is a simple script to analyze PHP-FPM slow log and print out number of event occurred.

It groups chain of function call in to each event.

Output is in CSV format, sorted by number of occurrence.