All Projects → abrander → phpfpmtop

abrander / phpfpmtop

Licence: MIT license
A top like interface for PHP-FPM

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to phpfpmtop

psutil
Cross-platform lib for process and system monitoring in Python
Stars: ✭ 8,488 (+19639.53%)
Mutual labels:  top
apachetop
apachetop
Stars: ✭ 37 (-13.95%)
Mutual labels:  top
foss-apps
a list of 100+ awesome open source android apps 📱
Stars: ✭ 289 (+572.09%)
Mutual labels:  top
JDropDownAlert
Simple DropDown Alert View For Any iOS Projects.
Stars: ✭ 71 (+65.12%)
Mutual labels:  top
px
ps and top for human beings
Stars: ✭ 151 (+251.16%)
Mutual labels:  top
topmostfriend
Utility for making windows always be on top, forcefully.
Stars: ✭ 6 (-86.05%)
Mutual labels:  top
pwatch
Process watcher(pwatch)
Stars: ✭ 33 (-23.26%)
Mutual labels:  top
awesome-lists
A curated list of curated lists.
Stars: ✭ 164 (+281.4%)
Mutual labels:  top
cpu monitor
ROS node that publishes all nodes' CPU and memory usage
Stars: ✭ 52 (+20.93%)
Mutual labels:  top
kube-top
A top for your kubernetes cluster
Stars: ✭ 25 (-41.86%)
Mutual labels:  top
Typecho-Top-LamuLeimu
至顶至底(雷姆拉姆)Typecho插件
Stars: ✭ 27 (-37.21%)
Mutual labels:  top
DIO Bootcamps
Meus Bootcamps na DIO, suor, menos cabelos, dedos ligeiros e diversão, Modo Lúdico de aprender novas tecnologias
Stars: ✭ 95 (+120.93%)
Mutual labels:  top
Ctop
Top-like interface for container metrics
Stars: ✭ 12,188 (+28244.19%)
Mutual labels:  top
Bottom
Yet another cross-platform graphical process/system monitor.
Stars: ✭ 3,182 (+7300%)
Mutual labels:  top
Grmon
Command line monitoring for goroutines
Stars: ✭ 1,703 (+3860.47%)
Mutual labels:  top
Gtop
System monitoring dashboard for terminal
Stars: ✭ 8,865 (+20516.28%)
Mutual labels:  top
uracer-kotd
A GLES2 top-down racer, built on top of libgdx and Box2D.
Stars: ✭ 95 (+120.93%)
Mutual labels:  top
diskusage
FANTASTIC SPEED utility to find out top largest folders/files on the disk.
Stars: ✭ 64 (+48.84%)
Mutual labels:  top

phpfpmtop

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 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 :-)

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].