Update README.md
Added a couple screenshots
This commit is contained in:
parent
7fff9247f1
commit
1033eeddfb
1 changed files with 5 additions and 1 deletions
|
@ -6,9 +6,13 @@ A simple, responsive interface for Zend OPcache information showing the statisti
|
|||
|
||||
The overview will show you all the core information. From here you'll be able to see what host and platform you're running on, what version of OPcache you're using, when it was last reset, the functions that are available, all the directives and all the statistics associated with the OPcache (number of hits, memory used, free and wasted memory, etc.)
|
||||
|
||||
![Overview](http://amnuts.com/images/opcache/screenshot/overview.png)
|
||||
|
||||
### file usage
|
||||
|
||||
All the files currently in the cache are listed here with their associated statistics. You can filter the results very easily to key in on the particular scripts you're looking for, and you can optionally set levels of the path to be hidden (handy if they all share a common root and you don't want that displayed).
|
||||
All the files currently in the cache are listed here with their associated statistics. You can filter the results very easily to key in on the particular scripts you're looking for, and you can optionally set levels of the path to be hidden (handy if they all share a common root and you don't want that displayed). It will also indicate if the file cache has expired.
|
||||
|
||||
![File list showing filtered results](http://amnuts.com/images/opcache/screenshot/files.png)
|
||||
|
||||
### reset cache
|
||||
|
||||
|
|
Loading…
Reference in a new issue