Page MenuHomeDevCentral

Log slow php-fpm requests
ClosedPublic

Authored by dereckson on Mar 23 2018, 20:57.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 17, 22:30
Unknown Object (File)
Wed, Nov 12, 11:28
Unknown Object (File)
Tue, Nov 11, 16:36
Unknown Object (File)
Sun, Nov 9, 17:29
Unknown Object (File)
Sat, Nov 8, 15:19
Unknown Object (File)
Fri, Nov 7, 00:28
Unknown Object (File)
Thu, Nov 6, 00:23
Unknown Object (File)
Wed, Nov 5, 11:13
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 Passed
Unit
No Test Coverage
Branch
slow (branched from master)
Build Status
Buildable 2344
Build 2592: arc lint + arc unit

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.