All Projects → wizaplace → Php Fpm Status Cli

wizaplace / Php Fpm Status Cli

Licence: mit
PHP-FPM status-page CLI

Projects that are alternatives of or similar to Php Fpm Status Cli

Ntutils
Various Command Line Utilities Ported to Windows NT
Stars: ✭ 58 (-3.33%)
Mutual labels:  cli
Node Google Play Cli
command line tools using the node-google-play library
Stars: ✭ 58 (-3.33%)
Mutual labels:  cli
Cli Mandelbrot
📦 View the Mandelbrot set from your terminal
Stars: ✭ 59 (-1.67%)
Mutual labels:  cli
Spotify Tui
Spotify for the terminal written in Rust 🚀
Stars: ✭ 11,061 (+18335%)
Mutual labels:  cli
12306 Cli
command line tool for 12306.cn 🚄
Stars: ✭ 58 (-3.33%)
Mutual labels:  cli
Clojurl
An example Clojure CLI HTTP/S client using GraalVM native image
Stars: ✭ 59 (-1.67%)
Mutual labels:  cli
Dvm
Fast and simple Deno runtime version manager written in OCaml
Stars: ✭ 58 (-3.33%)
Mutual labels:  cli
Za Farmer
基于uiautomator2.0 的自动化测试工具
Stars: ✭ 60 (+0%)
Mutual labels:  cli
Changed Log
Returns all commit messages between 2 versions of an NPM module
Stars: ✭ 58 (-3.33%)
Mutual labels:  cli
Needy
A C++ library dependency helper.
Stars: ✭ 59 (-1.67%)
Mutual labels:  cli
Http Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Stars: ✭ 8,329 (+13781.67%)
Mutual labels:  cli
Wsdirector
All the world's a server, and all the men and women merely clients
Stars: ✭ 58 (-3.33%)
Mutual labels:  cli
Awless Templates
Repository of examples for awless templates (see https://github.com/wallix/awless)
Stars: ✭ 59 (-1.67%)
Mutual labels:  cli
Taskbook
Tasks, boards & notes for the command-line habitat
Stars: ✭ 8,326 (+13776.67%)
Mutual labels:  cli
Cabal Edit
A utility for managing Hackage dependencies and manipulating Cabal files from the command line.
Stars: ✭ 60 (+0%)
Mutual labels:  cli
Pizza Cli
🍕 Order a pizza in a CLI app (just for fun!)
Stars: ✭ 58 (-3.33%)
Mutual labels:  cli
Rbiam
A unified IAM+Kubernetes RBAC access control exploration tool
Stars: ✭ 59 (-1.67%)
Mutual labels:  cli
Baapan
✨ Super Cool NPM Playground right on the Node REPL ✨
Stars: ✭ 60 (+0%)
Mutual labels:  cli
Netlify Builder
Deploy your Angular app to netlify from CLI
Stars: ✭ 60 (+0%)
Mutual labels:  cli
Cheatsheet
Cool command-line cheatsheet. Open format, grep-able, where you need them most.
Stars: ✭ 58 (-3.33%)
Mutual labels:  cli

php-fpm-status-cli

Simple CLI to access PHP-FPM status page when the HTTP server is not configured to do so.

CircleCI

Install

$ composer require wizaplace/php-fpm-status-cli

Usage

$ php-fpm-status -h
Usage:
  php-fpm-status [options]

Options:
      --socket=SOCKET   Unix socket or tcp address where php-fpm listens [default: "unix:///run/php/php7.1-fpm.sock"]
      --path=PATH       The URI to view the FPM status page. If this value is not set, no URI will be recognized as a status page. [default: "/status"]
      --full            Show full server status
      --format=FORMAT   Output format for the status, txt by default, [html, json, xml] available
  -h, --help            Display this help message
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi            Force ANSI output
      --no-ansi         Disable ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
  Get PHP-FPM status

The socket can be unix:///path/to/socket for a UNIX socket or tcp://127.0.0.1:9000 for a TCP address.

The path is the pm.status_path configuration option in the main FPM config or in the pool.

Output

$ php-fpm-status
pool:                 www
process manager:      dynamic
start time:           18/Oct/2017:13:48:20 +0000
start since:          6
accepted conn:        1
listen queue:         0
max listen queue:     0
listen queue len:     128
idle processes:       1
active processes:     1
total processes:      2
max active processes: 1
max children reached: 0
slow requests:        0

Use the --full option to retrieve more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].