Difference between revisions of "Plugin:cURL-JSON/phpfpm"
From collectd Wiki
m (Added link to {{Plugin|cURL-JSON}}) |
m |
||
Line 21: | Line 21: | ||
</Key> | </Key> | ||
</URL> | </URL> | ||
− | </Plugin> | + | </Plugin> |
== TODO == | == TODO == | ||
1) Add info about types used (i use gauges for types). | 1) Add info about types used (i use gauges for types). |
Revision as of 13:34, 12 December 2011
You can use cURL-JSON plugin plugin to collect stats from php-fpm instances. The example of config is below.
Config
LoadPlugin curl_json <Plugin curl_json> <URL "http://127.0.0.1/_fpmstatus?json"> Instance "fpm" <Key "accepted conn"> Type "http_requests" </Key> <Key "listen queue len"> Type "listen_queue" </Key> <Key "active processes"> Type "active_processes" </Key> <Key "total processes"> Type "total_processes" </Key> </URL> </Plugin>
TODO
1) Add info about types used (i use gauges for types).