skie/rhythm

CakePHP Rhythm - Real-time application performance monitoring

Maintainers

Details

github.com/skie/rhythm

Source

Issues

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:cakephp-plugin

pkg:composer/skie/rhythm

1.0.0 2025-10-07 18:36 UTC

This package is auto-updated.

Last update: 2025-10-07 18:44:00 UTC


README

The Rhythm plugin provides comprehensive real-time performance monitoring for CakePHP applications with the following features:

Rhythm shows you how your CakePHP app is performing. You can find slow parts, see which users are most active, check server health, and more.

The plugin provides comprehensive metric collection including server performance monitoring (CPU, memory, disk usage), HTTP request tracking with response times and status codes, database query performance with slow query detection, queue system monitoring for job processing statistics, exception tracking and reporting, and outgoing request monitoring for external API calls.

Real-time dashboard with interactive widgets provides live performance monitoring, while flexible storage options support both database and Redis backends with automatic aggregation. The plugin includes configurable sampling rates for different metric types, automatic grouping of similar metrics to reduce cardinality, and multi-server support for unified monitoring across environments.

The plugin works with CakePHP's event system and includes command line tools for managing data and checking server health.

Requirements

  • PHP 8.2+

See Versions.md for the supported CakePHP versions.

Documentation

For documentation, as well as tutorials, see the docs directory of this repository.

License

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.