We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a521201 commit 40d7ff9Copy full SHA for 40d7ff9
phpfpm_processes
@@ -35,4 +35,4 @@ exit 0
35
fi
36
37
echo -n "php_processes.value "
38
-pgrep $PHP_BIN | wc -l
+ps awwwux | grep $PHP_BIN | grep -v grep | wc -l
0 commit comments