Download the PHP package praatmetdedokter/pulse-redis-monitor without Composer
On this page you can find all versions of the php package praatmetdedokter/pulse-redis-monitor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download praatmetdedokter/pulse-redis-monitor
More information about praatmetdedokter/pulse-redis-monitor
Files in praatmetdedokter/pulse-redis-monitor
Package pulse-redis-monitor
Short Description Redis monitoring card for Laravel Pulse
License MIT
Informations about the package pulse-redis-monitor
Redis monitoring card for Laravel Pulse
A customizable Laravel Pulse card for monitoring key Redis metrics.
Features
This card monitors and displays the following Redis metrics:
-
Memory usage:
- Used memory: The current amount of memory being utilized by Redis.
- Max memory: The maximum memory available to Redis.
-
Key statistics:
- Total keys: The total number of keys currently stored in Redis.
- Keys with expiration: A count of keys that have a set expiration time.
-
Removed keys:
- Expired keys: The number of keys that have been automatically removed after their TTL has expired.
- Evicted keys: The number of keys evicted due to memory constraints when Redis is running out of space.
-
Average TTL: The average remaining Time to Live (TTL) of keys in Redis.
- Network usage:
- Total Traffic: The sum of data received and sent by Redis (Traffic In + Traffic Out).
Installation
First, install the package via composer:
next, add the recorder to your config/pulse.php
Next, add the card to your resources/views/vendor/pulse/dashboard.blade.php
:
Usage
Don't forget to run the pulse:check command to start recording.
Configuration
To customize the behavior of the Redis Monitor Recorder, you can optionally include colors
and metrics
settings in your configuration. You only need to specify the values you want to change from the default settings.
Configruation options
colors
: Define custom colors for the charts.metrics
: Disable specific metrics.
License
The MIT Licence (MIT). Please see the license file for more information.