Puma Control/Status Application

Puma ships with an optional control/status HTTP application that can be bound to a local port or Unix socket and queried for runtime statistics (busy threads, worker status, backlog) and lifecycle control (stop, restart, halt). Authentication uses a shared control token passed via the `token` query parameter.

API entry from apis.yml

apis.yml Raw ↑
aid: puma:control-app
name: Puma Control/Status Application
description: Puma ships with an optional control/status HTTP application that can be bound to a local
  port or Unix socket and queried for runtime statistics (busy threads, worker status, backlog) and lifecycle
  control (stop, restart, halt). Authentication uses a shared control token passed via the `token` query
  parameter.
humanURL: https://github.com/puma/puma/blob/master/docs/restart.md
baseURL: http://127.0.0.1:9293
tags:
- Control
- Status
- Operations
- Ruby
properties:
- type: Documentation
  url: https://github.com/puma/puma/blob/master/docs/restart.md
- type: Source Code
  url: https://github.com/puma/puma