summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/phpfpm/testdata/status.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/phpfpm/testdata/status.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/phpfpm/testdata/status.json b/src/go/collectors/go.d.plugin/modules/phpfpm/testdata/status.json
new file mode 100644
index 000000000..80af3e0bc
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/phpfpm/testdata/status.json
@@ -0,0 +1,16 @@
+{
+ "pool": "www",
+ "process manager": "dynamic",
+ "start time": 1566371090,
+ "start since": 1088,
+ "accepted conn": 21,
+ "listen queue": 0,
+ "max listen queue": 0,
+ "listen queue len": 0,
+ "idle processes": 1,
+ "active processes": 1,
+ "total processes": 2,
+ "max active processes": 1,
+ "max children reached": 0,
+ "slow requests": 0
+} \ No newline at end of file