Skip to content

Latest commit

 

History

History
107 lines (61 loc) · 2.33 KB

README.md

File metadata and controls

107 lines (61 loc) · 2.33 KB

Control your server statistics from one single point. [WIP Don't use yet]

Latest Version on Packagist Code coverage StyleCI Quality Score Total Downloads

Installation

You can install the package via composer:

composer require kjellknapen/server-statistics

The package will automatically register itself.

Config

You can run the following command to publish the config file into your config folder

php artisan vendor:publish --provider="KjellKnapen\ServerStatistics\ServerStatisticsServiceProvider"

Server requirements

Your server needs to run on a UNIX os and has to be able to run the following commands:

  • top
  • egrep
  • free
  • df
  • lsof

Available statistics

Cpu Usage

Cpu usage explained

Current Traffic

Current traffic explained

Disk Usage

Disk usage explained

Load Average

Load average explained

Memory Usage

Memory usage explained

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.