openbsd-ports/www/phpmemcachedadmin/pkg/PLIST
sthen f31f618baf import ports/www/phpmemcachedadmin, ok okan@
This program allows to see in real-time (top-like) or from the start of
the server, stats for get, set, delete, increment, decrement, evictions,
reclaimed, cas command, as well as server stats (network, items, server
version) with googlecharts and server internal configuration. You can go
further to see each server slabs, occupation, memory wasted and items (key
& value). Another part can execute commands on any memcached server: get,
set, delete, flush_all, as well as execute any commands (like stats) with
telnet.
2012-05-18 20:53:56 +00:00

53 lines
1.8 KiB
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2012/05/18 20:53:56 sthen Exp $
phpMemcachedAdmin/
phpMemcachedAdmin/Config/
phpMemcachedAdmin/Config/Memcache.php.dist
@owner www
@sample phpMemcachedAdmin/Config/Memcache.php
@owner
phpMemcachedAdmin/Library/
phpMemcachedAdmin/Library/Analysis.php
phpMemcachedAdmin/Library/Command/
phpMemcachedAdmin/Library/Command/Factory.php
phpMemcachedAdmin/Library/Command/Interface.php
phpMemcachedAdmin/Library/Command/Memcache.php
phpMemcachedAdmin/Library/Command/Memcached.php
phpMemcachedAdmin/Library/Command/Server.php
phpMemcachedAdmin/Library/Configuration/
phpMemcachedAdmin/Library/Configuration/Loader.php
phpMemcachedAdmin/Library/Data/
phpMemcachedAdmin/Library/Data/Error.php
phpMemcachedAdmin/Library/HTML/
phpMemcachedAdmin/Library/HTML/Components.php
phpMemcachedAdmin/Library/Loader.php
phpMemcachedAdmin/Public/
phpMemcachedAdmin/Public/Images/
phpMemcachedAdmin/Public/Images/635855.png
phpMemcachedAdmin/Public/Images/b5463f.png
phpMemcachedAdmin/Public/Scripts/
phpMemcachedAdmin/Public/Scripts/Script.js
phpMemcachedAdmin/Public/Styles/
phpMemcachedAdmin/Public/Styles/Style.css
@owner www
phpMemcachedAdmin/Temp/
@owner
phpMemcachedAdmin/View/
phpMemcachedAdmin/View/Commands/
phpMemcachedAdmin/View/Commands/Commands.tpl
phpMemcachedAdmin/View/Configure/
phpMemcachedAdmin/View/Configure/Configure.tpl
phpMemcachedAdmin/View/Footer.tpl
phpMemcachedAdmin/View/Header.tpl
phpMemcachedAdmin/View/LiveStats/
phpMemcachedAdmin/View/LiveStats/Frame.tpl
phpMemcachedAdmin/View/LiveStats/Stats.tpl
phpMemcachedAdmin/View/Stats/
phpMemcachedAdmin/View/Stats/Error.tpl
phpMemcachedAdmin/View/Stats/Items.tpl
phpMemcachedAdmin/View/Stats/Slabs.tpl
phpMemcachedAdmin/View/Stats/Stats.tpl
phpMemcachedAdmin/commands.php
phpMemcachedAdmin/configure.php
phpMemcachedAdmin/index.php
phpMemcachedAdmin/stats.php