Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huksley/memcached-stats
Displays statistics and information about memcached
https://github.com/huksley/memcached-stats
Last synced: about 2 months ago
JSON representation
Displays statistics and information about memcached
- Host: GitHub
- URL: https://github.com/huksley/memcached-stats
- Owner: huksley
- License: apache-2.0
- Created: 2014-07-25T08:32:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-05T09:18:50.000Z (over 10 years ago)
- Last Synced: 2024-04-15T06:42:43.596Z (8 months ago)
- Language: PHP
- Size: 203 KB
- Stars: 8
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
memcached-stats
===============Displays statistics and information about memcached
Originally copied from
http://livebookmark.net/journal/2008/05/21/memcachephp-stats-like-apcphp/
INSTALLATION
------------Checkout, if you have only memcached on localhost, leave it as is.
If needed add servers.php
which adds servers in following form:$MEMCACHE_SERVERS[] = 'server-name:11211';