orchid / monitor
Monitor will show you current information about your system
Installs: 3 407
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 3
Forks: 3
pkg:composer/orchid/monitor
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.