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.
- Host: GitHub
- URL: https://github.com/lincanbin/holy-lance
- Owner: lincanbin
- License: mit
- Created: 2016-08-04T01:36:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T02:26:40.000Z (about 7 years ago)
- Last Synced: 2025-06-29T17:03:58.437Z (9 months ago)
- Topics: linux, monitor, operation-and-maintenance, peration-and-maintenance, performance-monitoring, php, probe
- Language: PHP
- Homepage: http://ipv4.94cb.com/Holy-Lance/
- Size: 5.24 MB
- Stars: 301
- Watchers: 24
- Forks: 84
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Holy Lance [](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










## Donate for Holy Lance
* [Donation list](https://www.94cb.com/t/4288)
* Alipay:

* Wechat:

* 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.
```