laravel-probe / probe
"Laravel Probe: Easily monitor CPU, memory, storage, web server, and network connections in your Laravel applications. Gain insights into system performance and enhance your app's efficiency. Quick integration for seamless resource tracking."
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
This package is auto-updated.
Last update: 2024-12-28 14:41:07 UTC
README
Easily monitor CPU, memory, storage, web server, and network connections in your Laravel applications. Gain insights into system performance and enhance your app's efficiency. Quick integration for seamless resource tracking.
Installation
You can install the package via composer:
composer require laravel-probe/probe
Integration
After installing the package, add the following line to the providers array in your config/app.php file:
Laravel\Probe\ProbeServiceProvider::class,
Usage
To start monitoring system resources, you can use the provided artisan command:
php artisan probe:listen
Credits
License
The MIT License (MIT). Please see License File for more information.