A dead simple single file Memcached stats dashboard in PHP. The dashboard shows a few basic stats on the configured server and allows to delete/set keys and flush all data. All assets (CSS ans JavaScript) are loaded from CDN's.
0.1.1
##ScreenShots
git clone https://github.com/bainternet/Memchaced-Dashboard Memchaced-Dashboard
Simple point your browser to installed directory
Default username: admin
Default Password: admin
Change server IP, Port or Default user
$ip = '192.23.23.23'; //set your ip address def: 127.0.0.1
$port = '11311'; //set your port def: 112211
$users = array(
'admin' => 'some_hard_to_crack_pass@$%^',
'another_user' => 'another_pass'
);
new Simple_memchached_dashboard($ip,$port,$users);
MIT
This Script uses the following resources:
- DataTables - is free open source software, available under the MIT license.
- Twitter Bootstrap licensed under Apache License v2.0.
- morris.js licensed under Simplified BSD License.
- alertify.js is licensed under MIT.
- jQuery is licensed MIT license.