You can install the package via composer:
composer require kjellknapen/server-statistics
The package will automatically register itself.
You can run the following command to publish the config file into your config
folder
php artisan vendor:publish --provider="KjellKnapen\ServerStatistics\ServerStatisticsServiceProvider"
Your server needs to run on a UNIX os and has to be able to run the following commands:
- top
- egrep
- free
- df
- lsof
Cpu usage explained
Current traffic explained
Disk usage explained
Load average explained
Memory usage explained
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.