An open API service indexing awesome lists of open source software.

https://github.com/lincanbin/holy-lance

A Linux Resource / Performance Monitor based on PHP.
https://github.com/lincanbin/holy-lance

linux monitor operation-and-maintenance peration-and-maintenance performance-monitoring php probe

Last synced: 7 months ago
JSON representation

A Linux Resource / Performance Monitor based on PHP.

Awesome Lists containing this project

README

          

# Holy Lance [![Build Status](https://travis-ci.org/lincanbin/Holy-Lance.svg?branch=master)](https://travis-ci.org/lincanbin/Holy-Lance)
A Linux Resource / Performance Monitor based on PHP.

## Demo/Official Website

* [Demo](http://ipv4.94cb.com/Holy-Lance)
* [中文官方支持论坛](https://www.94cb.com)
* [English official support forum](https://en.94cb.com)

## Requirements

* PHP version 5.2.0 or higher.
* If your PHP version is lower than 5.4, you must disable [safe_mode](http://php.net/manual/en/features.safe-mode.php).

## Install

upload `build/holy_lance.php` to your server.

*__OR__*

```bash
wget 'https://raw.githubusercontent.com/lincanbin/Holy-Lance/master/build/holy_lance.php' --no-check-certificate
```

## Build

If you want to modify the file name, you must rebuild it:

* run `build\build.sh` under Linux.

* run `build\build.bat` under Windows.

## Screenshot

![CPU](https://raw.githubusercontent.com/lincanbin/Holy-Lance/master/screenshot/screencapture-ipv4-94cb-Holy-Lance-1474339413531.png)

![Multi_CPU](https://raw.githubusercontent.com/lincanbin/Holy-Lance/master/screenshot/screencapture-ipv4-94cb-Holy-Lance-1477958681909.png)

![Load](https://raw.githubusercontent.com/lincanbin/Holy-Lance/master/screenshot/screencapture-ipv4-94cb-Holy-Lance-1477340144069.png)

![Memory](https://raw.githubusercontent.com/lincanbin/Holy-Lance/master/screenshot/screencapture-ipv4-94cb-Holy-Lance-1474339422092.png)

![Connection](https://raw.githubusercontent.com/lincanbin/Holy-Lance/master/screenshot/screencapture-ipv4-94cb-Holy-Lance-1479270760348.png)

![Disk](https://raw.githubusercontent.com/lincanbin/Holy-Lance/master/screenshot/screencapture-ipv4-94cb-Holy-Lance-1474339395845.png)

![Network](https://raw.githubusercontent.com/lincanbin/Holy-Lance/master/screenshot/screencapture-ipv4-94cb-Holy-Lance-1474339435898.png)

![Test](https://raw.githubusercontent.com/lincanbin/Holy-Lance/master/screenshot/screencapture-ipv4-94cb-Holy-Lance-1479270760349.png)

![Process](https://raw.githubusercontent.com/lincanbin/Holy-Lance/master/screenshot/screencapture-ipv4-94cb-Holy-Lance-1474339450668.png)

![Information](https://raw.githubusercontent.com/lincanbin/Holy-Lance/master/screenshot/screencapture-ipv4-94cb-Holy-Lance-1474339466029.png)

## Donate for Holy Lance

* [Donation list](https://www.94cb.com/t/4288)

* Alipay:

![Alipay](https://www.94cb.com/upload/donate_small.png)

* Wechat:

![Wechat](https://www.94cb.com/upload/donate_weixin_small.png)

* Paypal:

https://www.paypal.me/lincanbin

## License

```
The MIT License (MIT)

Copyright (c) 2016 Canbin Lin (lincanbin@hotmail.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```