Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosbuenosvinos/opcache-dashboard
Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.
https://github.com/carlosbuenosvinos/opcache-dashboard
dashboard monitor opcache opcache-dashboard php zend-opcache
Last synced: 8 days ago
JSON representation
Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.
- Host: GitHub
- URL: https://github.com/carlosbuenosvinos/opcache-dashboard
- Owner: carlosbuenosvinos
- License: mit
- Created: 2013-11-20T06:42:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T21:04:05.000Z (about 3 years ago)
- Last Synced: 2024-04-27T08:35:48.420Z (9 months ago)
- Topics: dashboard, monitor, opcache, opcache-dashboard, php, zend-opcache
- Language: PHP
- Homepage:
- Size: 884 KB
- Stars: 136
- Watchers: 1
- Forks: 44
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OPcache Dashboard
=================
Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.Installation
============Composer installation:
```
composer require carlosio/opcache-dashboard
```
Then you can symlink it to your public folder or require it from another php file.Or just copy and paste ```opcache.php``` anywhere in your public folder. You can use something such as:
```wget https://raw.github.com/carlosbuenosvinos/opcache-dashboard/master/opcache.php```**Try to keep it safe for non authorized users.**
Screenshots
===========
![Main page](https://raw.github.com/carlosbuenosvinos/opcache-dashboard/master/thumbnail-1.png)
![Status](https://raw.github.com/carlosbuenosvinos/opcache-dashboard/master/thumbnail-2.png)
![Configuration](https://raw.github.com/carlosbuenosvinos/opcache-dashboard/master/thumbnail-3.png)
![Scripts](https://raw.github.com/carlosbuenosvinos/opcache-dashboard/master/thumbnail-4.png)