| 84af23d2 | 30-Jun-2016 |
Craig Andrews <[email protected]> |
Comment the systemd service |
| 6b52e019 | 28-Jun-2016 |
Craig Andrews <[email protected]> |
systemd hardening
memcached should be isolated and restricted as much as possible to improve security so that if memcached is compromised, the damage will be limited. |
| 2d4dc603 | 06-Apr-2016 |
hiracy <[email protected]> |
Fix typo of pid path |
| 62856d3a | 02-Jul-2013 |
Miroslav Lichvar <[email protected]> |
add man page for memcached-tool |
| b9d8181e | 03-Jun-2014 |
Cameron Norman <[email protected]> |
Add instance job for memcached
This is (these are) automatically started and stopped by the main job. |
| 3a91e0a5 | 03-Jun-2014 |
Cameron Norman <[email protected]> |
Added main memcached job. |
| 00b34fd9 | 03-Jun-2014 |
Cameron Norman <[email protected]> |
Use unlink instead of `rm -f` in start-memcached script
This is necessary for an Upstart job, because the call out to rm -f causes Perl to fork off a process, and Upstart think that new process is t
Use unlink instead of `rm -f` in start-memcached script
This is necessary for an Upstart job, because the call out to rm -f causes Perl to fork off a process, and Upstart think that new process is the main one (not the exec'd memcached process later on).
show more ...
|
| ba6d5705 | 19-Oct-2012 |
Andrey Niakhaichyk <[email protected]> |
Implement settings and sizes stats. Show information about empty slabs. |
| 8c1c18ed | 04-Jan-2012 |
dormando <[email protected]> |
no same-class reassignment, better errors
Add human parseable strings to the errors for slabs ressign. Also prevent reassigning memory to the same source and destination. |
| 99fc043a | 04-Jan-2012 |
dormando <[email protected]> |
initial slab automover
Enable at startup with -o slab_reassign,slab_automove
Enable or disable at runtime with "slabs automove 1\r\n"
Has many weaknesses. Only pulls from slabs which have had zero
initial slab automover
Enable at startup with -o slab_reassign,slab_automove
Enable or disable at runtime with "slabs automove 1\r\n"
Has many weaknesses. Only pulls from slabs which have had zero recent evictions. Is slow, not tunable, etc. Use the scripts/mc_slab_mover example to write your own external automover if this doesn't satisfy.
show more ...
|
| c460f0e1 | 17-Oct-2011 |
Miklos Vajna <[email protected]> |
Add a systemd service file |
| 32cb4949 | 04-Oct-2011 |
Nate <[email protected]> |
start-memcached writing wrong PID to $pidfile
after the doublefork was added, the pidfile was now of the intermediary pid, not the one forked after setsid. |
| 51c6550f | 08-Aug-2011 |
dormando <[email protected]> |
fix memcached-tool to print about all slabs
previously hardcoded to 40. now will iterate up through all of them. |
| e04ca9b7 | 08-Aug-2011 |
Clint Byrum <[email protected]> |
Properly daemonize memcached for debian
The debianish start script routes the STDERR/STDOUT to make "logfiles", but in doing so doesn't break free of the launching session. Patch fixes that. |
| 1e52a254 | 08-Aug-2011 |
Gordon Franke <[email protected]> |
Allow memcached-init to start multiple instances
Patch by Gordon Franke. Whitespace fixes and comments added by Dormando.
There are many better ways to do this, but it doesn't break the default and
Allow memcached-init to start multiple instances
Patch by Gordon Franke. Whitespace fixes and comments added by Dormando.
There are many better ways to do this, but it doesn't break the default and the "status" command never existed. Servers can be started and stopped individually, and people seem to like the idea.
show more ...
|
| b4936c4e | 20-Apr-2010 |
Jon Jensen <[email protected]> |
Allow use of a UNIX socket in addition to INET sockets |
| ea0fec79 | 02-Nov-2009 |
dormando <[email protected]> |
distribute damemtop |
| 4bfc1ebf | 29-Oct-2009 |
Monty Taylor <[email protected]> |
Add LSB section to memcached-init script. bug54 |
| c94c940a | 07-Oct-2009 |
dormando <[email protected]> |
remove old unfinished slab reassignment code
Old code was unfinished, had no test coverage, and not quite what we'll end up with in the future.
Slab reassignment will happen in earnest soon, but fo
remove old unfinished slab reassignment code
Old code was unfinished, had no test coverage, and not quite what we'll end up with in the future.
Slab reassignment will happen in earnest soon, but for now we should stop confusing users.
show more ...
|
| 7af0829c | 26-Aug-2009 |
Ryan Tomayko <[email protected]> |
memcached-tool shows: evictions, evict_time, and OOM counts |
| 743fab42 | 14-Sep-2009 |
Dustin Sallings <[email protected]> |
Wider reaching whitespace cleanup. |
| 90ba3661 | 27-Jan-2009 |
Steve Yen <[email protected]> |
memcached-tool dump command fixed for expired/evicted/deleted keys
Fixed the memcached-tool 'dump' command to handle the case when dumping keys that have expired, evicted or been deleted in the mids
memcached-tool dump command fixed for expired/evicted/deleted keys
Fixed the memcached-tool 'dump' command to handle the case when dumping keys that have expired, evicted or been deleted in the midst of the big iteration. Previously, memcached-tool would just hang in these cases. The memcached-tool uses the results from 'stats cachedump' as the keys to iterate through, and will do a 'get' on each key. The 'stats cachedump' implementation, however, does not check for expiry, which is debatably the correct thing to do.
show more ...
|
| a53e6166 | 27-Jan-2009 |
Steve Yen <[email protected]> |
too many args in stats cachedump message
Fixed memcached-tool to send a proper 'stats cachedump' message during the dump command. It had 1 too many arguments. |
| 8dc3a6e6 | 27-Jan-2009 |
Steve Yen <[email protected]> |
more usage info in memcached-tool
Added 'dump' command info and more info about the 'move' command and slabs reassign to the memcached-tool usage string. |
| 6e53db56 | 27-Jan-2009 |
Steve Yen <[email protected]> |
memcached-tool move handles CLIENT_ERROR response
The memcached-tool 'move' command fixed to handle CLIENT_ERROR response from server, which signals that the server was probably not compiled with sl
memcached-tool move handles CLIENT_ERROR response
The memcached-tool 'move' command fixed to handle CLIENT_ERROR response from server, which signals that the server was probably not compiled with slab reassignment.
show more ...
|