Monitor will show you current information about your system

2.0 2019-01-28 13:04 UTC

This package is auto-updated.

Last update: 2024-03-22 02:41:47 UTC


README

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

monitor

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.