Skip to content

Monitor will show you current information about your system

License

Notifications You must be signed in to change notification settings

orchidcommunity/monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orchid Monitor

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.