Page MenuHomeDevCentral

Log slow php-fpm requests
ClosedPublic

Authored by dereckson on Mar 23 2018, 20:57.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 10:25
Unknown Object (File)
Tue, Nov 12, 09:49
Unknown Object (File)
Tue, Nov 12, 08:20
Unknown Object (File)
Tue, Nov 12, 05:43
Unknown Object (File)
Mon, Nov 11, 19:31
Unknown Object (File)
Fri, Nov 1, 07:30
Unknown Object (File)
Sun, Oct 27, 07:35
Unknown Object (File)
Sun, Oct 27, 07:35
Subscribers
None

Details

Summary

Allow to specify in the pillar a slow_delay parameter.
Any request taking longer will be logged with a stacktrace.

If omitted, the delay will be 5s. To disable the feature,
set the value at 0.

Reference:
http://php.net/manual/en/install.fpm.configuration.php

Test Plan

Fire a slow request through MediaWiki or a custom script

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.

Restore display_errors (typo)

This revision is now accepted and ready to land.Mar 23 2018, 21:27
This revision was automatically updated to reflect the committed changes.