From e9cd7cc136a96a68a5542c40232fa36663c9f480 Mon Sep 17 00:00:00 2001 From: Yoann Lecuyer Date: Fri, 7 Feb 2020 17:40:52 +0100 Subject: [PATCH] Add puma-status to the community extensions (#2105) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73bea029..db0fae66 100644 --- a/README.md +++ b/README.md @@ -273,13 +273,19 @@ reliability in production environments: * [tools/jungle](https://github.com/puma/puma/tree/master/tools/jungle) for sysvinit (init.d) and upstart * [docs/systemd](https://github.com/puma/puma/blob/master/docs/systemd.md) -## Community Plugins +## Community Extensions + +### Plugins * [puma-heroku](https://github.com/puma/puma-heroku) — default Puma configuration for running on Heroku * [puma-metrics](https://github.com/harmjanblok/puma-metrics) — export Puma metrics to Prometheus * [puma-plugin-statsd](https://github.com/yob/puma-plugin-statsd) — send Puma metrics to statsd * [puma-plugin-systemd](https://github.com/sj26/puma-plugin-systemd) — deeper integration with systemd for notify, status and watchdog +### Monitoring + +* [puma-status](https://github.com/ylecuyer/puma-status) — Monitor CPU/Mem/Load of running puma instances from the CLI + ## Contributing Find details for contributing in the [contribution guide].