orchid / monitor
This package is abandoned and no longer maintained.
No replacement package was suggested.
Monitor will show you current information about your system
2.0
2019-01-28 13:04 UTC
Requires
- php: >=7.0
- orchid/platform: ^3.7
Requires (Dev)
- phpunit/phpunit: ~5.7
This package is auto-updated.
Last update: 2022-02-21 22:18:48 UTC
README
This is the monitor package for Orchid CMS.
- Board temperature
- Network status
- Uptime
- CPU Load
- Memory allocation
- Available storage
Installation
Pull in the package through Composer.
Run composer require orchidcommunity/monitor
to get the latest stable version of the package.
Usage
$monitor = new Monitor(); // uname,webserver,phpVersion,cpu $monitor->info(); // temperature,uptime $monitor->hardware(); // oneMin,fiveMins,fifteenMins $monitor->loadAverage(); // total,used,buffers,cache $monitor->memory(); // down,up $monitor->network(); // array $monitor->storage();
License
The MIT License (MIT). Please see License File for more information.