Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A top like interface for PHP-FPM

License

NotificationsYou must be signed in to change notification settings

abrander/phpfpmtop

Repository files navigation

phpfpmtop is a top-inspired processviewer for PHP-FPM.

Screenshot

Installation

If you're not using a prebuilt version of phpfpmtop, you will need a workingGo environment to build and install.

If your GOPATH is properly configured, you can install and compile phpfpmtop like this:

go get github.com/abrander/phpfpmtop

Configuration

Configuration is a single TOML/INI style file located at~/.phpfpmtop.conf.If you start phpfpmtop without a configuration file, one will be created foryou with sensible defaults.

KeyDefault valueDescription
listen"/var/run/php5-fpm.sock"The path to FPM. Can be in the form of a UNIX socket or a TCP address in the form 'address:port'.
status"/status"The URI for the PHP-FPM status page as defined in php-fpm configuration.
urlnoneIf the PHP-FPM status page is available via http/https/http2 this URL will be used.

Have fun :-)


[8]ページ先頭

©2009-2025 Movatter.jp