orchid/monitor

This package is abandoned and no longer maintained. No replacement package was suggested.

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

2.0 2019-01-28 13:04 UTC

This package is auto-updated.

Last update: 2022-02-21 22:18:48 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.