kefir500/pulse-db-processes
最新稳定版本:v1.0.0
Composer 安装命令:
composer require kefir500/pulse-db-processes
包简介
Database process monitoring for Laravel Pulse
README 文档
README
Database process monitoring for Laravel Pulse.
Installation
Install the package via Composer:
composer require kefir500/pulse-db-processes
Optionally, you can publish the views:
php artisan vendor:publish --tag="pulse-db-processes-views"
Usage
This package currently supports MySQL and MariaDB.
You can add the cards below to the Pulse dashboard in
dashboard.blade.php.
🧩 Database Process List
This card displays a list of current database processes running on the server:
<livewire:db-process-list />
You can also specify custom database connections:
<livewire:db-process-list connection="default" /> <livewire:db-process-list connection="client" />
🧩 Database Process Count
This card displays a line chart of the database process count over time:
<livewire:db-process-count />
To capture database process count metrics, add the recorder
to the recorders section of your Pulse config in
config/pulse.php:
Kefir500\PulseDbProcesses\Recorders\DbProcessCount::class => [ 'connections' => ['default', 'client'], ],
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 220
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-16