dev-master
9999999-dev https://github.com/richbarrett7/HealthCheckVery lightweight tool for checking some server level health data (designed to work with Ubuntu)
MIT
The Requires
- php >=5.6.0
by Richard Barrett
memory health disk cpu ubuntu
Very lightweight tool for checking some server level health data (designed to work with Ubuntu)
This is a very lightweight tool for checking some server health metrics (designed to work with Ubuntu)., (*1)
You can install this with composer:
composer require richbarrett/HealthCheck
, (*2)
include_once('vendor/autoload.php'); $hc = new \richbarrett\HealthCheck\HealthCheck; echo 'Disk currently '. $hc->diskSpacePercentageUsed().'% full ('.$hc->diskSpaceFree().'gb available)';
Very lightweight tool for checking some server level health data (designed to work with Ubuntu)
MIT
memory health disk cpu ubuntu