monitoring - How do I get a list of all php fpm pools from command line? -
we run our own monitoring, manager panels , python fabric scripts.
i cannot find native method apart "ps" output parsing [1] commandline fu.
the more pool information retrieved better (user, stat, timeout, ...)
the first plan parse pool.d ini files , php-fpm.conf includes in python , use info.
am overlooking else more easy or obvious?
1: http://www.commandlinefu.com/commands/view/13901/list-php-fpm-pools-by-total-cpu-usage
Comments
Post a Comment