probe maintained by laravel-probe
Description
"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."
Author
Last update
2023/11/28 13:16
(dev-master)
License
Downloads
31
Tags
storage - monitoring - memory - laravel - cpu - web-server - probe - network-connections - system-performance - resource-tracking
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.
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.