https://github.com/abrander/phpfpmtop
A top like interface for PHP-FPM
https://github.com/abrander/phpfpmtop
go php php-fpm php7 top
Last synced: 6 months ago
JSON representation
A top like interface for PHP-FPM
- Host: GitHub
- URL: https://github.com/abrander/phpfpmtop
- Owner: abrander
- License: mit
- Created: 2016-06-11T07:35:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T05:22:02.000Z (over 2 years ago)
- Last Synced: 2025-04-13T15:07:25.031Z (6 months ago)
- Topics: go, php, php-fpm, php7, top
- Language: Go
- Size: 24.4 KB
- Stars: 48
- Watchers: 7
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpfpmtop
phpfpmtop is a top-inspired processviewer for PHP-FPM.

## Installation
If you're not using a prebuilt version of phpfpmtop, you will need a working
Go 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 for
you with sensible defaults.| Key | Default value | Description |
|--------|-------------------------------|---------------------------------------------------------------------------------------------------|
| 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. |
| url | none | If the PHP-FPM status page is available via http/https/http2 this URL will be used. |Have fun :-)