"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."

v0.1.0 2023-11-28 12:16 UTC

This package is auto-updated.

Last update: 2024-05-28 13:18:43 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.