History log of /memcached-1.4.29/scripts/ (Results 1 – 25 of 34)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
84af23d230-Jun-2016 Craig Andrews <[email protected]>

Comment the systemd service

6b52e01928-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.

2d4dc60306-Apr-2016 hiracy <[email protected]>

Fix typo of pid path

62856d3a02-Jul-2013 Miroslav Lichvar <[email protected]>

add man page for memcached-tool

b9d8181e03-Jun-2014 Cameron Norman <[email protected]>

Add instance job for memcached

This is (these are) automatically started and stopped by the main job.

3a91e0a503-Jun-2014 Cameron Norman <[email protected]>

Added main memcached job.

00b34fd903-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 ...

ba6d570519-Oct-2012 Andrey Niakhaichyk <[email protected]>

Implement settings and sizes stats. Show information about empty slabs.

8c1c18ed04-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.

99fc043a04-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 ...

c460f0e117-Oct-2011 Miklos Vajna <[email protected]>

Add a systemd service file

32cb494904-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.

51c6550f08-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.

e04ca9b708-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.

1e52a25408-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 ...

b4936c4e20-Apr-2010 Jon Jensen <[email protected]>

Allow use of a UNIX socket in addition to INET sockets

ea0fec7902-Nov-2009 dormando <[email protected]>

distribute damemtop

4bfc1ebf29-Oct-2009 Monty Taylor <[email protected]>

Add LSB section to memcached-init script. bug54

c94c940a07-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 ...

7af0829c26-Aug-2009 Ryan Tomayko <[email protected]>

memcached-tool shows: evictions, evict_time, and OOM counts

743fab4214-Sep-2009 Dustin Sallings <[email protected]>

Wider reaching whitespace cleanup.


/memcached-1.4.29/.gitignore
/memcached-1.4.29/ChangeLog
/memcached-1.4.29/Doxyfile
/memcached-1.4.29/HACKING
/memcached-1.4.29/Makefile.am
/memcached-1.4.29/README
/memcached-1.4.29/assoc.c
/memcached-1.4.29/autogen.sh
/memcached-1.4.29/cache.c
/memcached-1.4.29/cache.h
/memcached-1.4.29/configure.ac
/memcached-1.4.29/doc/CONTRIBUTORS
/memcached-1.4.29/doc/Doxyfile
/memcached-1.4.29/doc/Makefile.am
/memcached-1.4.29/doc/memcached.1
/memcached-1.4.29/doc/memory_management.txt
/memcached-1.4.29/doc/protocol-binary-range.xml
/memcached-1.4.29/doc/protocol-binary.xml
/memcached-1.4.29/doc/protocol.txt
/memcached-1.4.29/doc/readme.txt
/memcached-1.4.29/globals.c
/memcached-1.4.29/items.c
/memcached-1.4.29/items.h
/memcached-1.4.29/memcached.c
/memcached-1.4.29/memcached.h
/memcached-1.4.29/memcached.spec.in
/memcached-1.4.29/memcached_dtrace.d
/memcached-1.4.29/protocol_binary.h
memcached-init
memcached-tool
memcached.sysv
start-memcached
/memcached-1.4.29/sizes.c
/memcached-1.4.29/slabs.c
/memcached-1.4.29/slabs.h
/memcached-1.4.29/solaris_priv.c
/memcached-1.4.29/stats.c
/memcached-1.4.29/t/00-startup.t
/memcached-1.4.29/t/binary.t
/memcached-1.4.29/t/cas.t
/memcached-1.4.29/t/dash-M.t
/memcached-1.4.29/t/expirations.t
/memcached-1.4.29/t/getset.t
/memcached-1.4.29/t/incrdecr.t
/memcached-1.4.29/t/issue_14.t
/memcached-1.4.29/t/issue_22.t
/memcached-1.4.29/t/issue_29.t
/memcached-1.4.29/t/issue_41.t
/memcached-1.4.29/t/issue_42.t
/memcached-1.4.29/t/issue_50.t
/memcached-1.4.29/t/issue_61.t
/memcached-1.4.29/t/issue_70.t
/memcached-1.4.29/t/lib/MemcachedTest.pm
/memcached-1.4.29/t/line-lengths.t
/memcached-1.4.29/t/stats.t
/memcached-1.4.29/t/udp.t
/memcached-1.4.29/t/whitespace.t
/memcached-1.4.29/testapp.c
/memcached-1.4.29/thread.c
/memcached-1.4.29/timedrun.c
/memcached-1.4.29/trace.h
/memcached-1.4.29/util.c
/memcached-1.4.29/util.h
/memcached-1.4.29/version.sh
90ba366127-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 ...

a53e616627-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.

8dc3a6e627-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.

6e53db5627-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 ...


/memcached-1.4.29/.gitignore
/memcached-1.4.29/.shipit
/memcached-1.4.29/ChangeLog
/memcached-1.4.29/Makefile.am
/memcached-1.4.29/assoc.c
/memcached-1.4.29/assoc.h
/memcached-1.4.29/autogen.sh
/memcached-1.4.29/configure.ac
/memcached-1.4.29/daemon.c
/memcached-1.4.29/devtools/bench_noreply.pl
/memcached-1.4.29/doc/CONTRIBUTORS
/memcached-1.4.29/doc/Makefile-xml2rfc
/memcached-1.4.29/doc/memcached.1
/memcached-1.4.29/doc/memory_management.txt
/memcached-1.4.29/doc/protocol-binary-range.txt
/memcached-1.4.29/doc/protocol-binary-range.xml
/memcached-1.4.29/doc/protocol-binary.txt
/memcached-1.4.29/doc/protocol-binary.xml
/memcached-1.4.29/doc/protocol.txt
/memcached-1.4.29/doc/readme.txt
/memcached-1.4.29/doc/xml2rfc/reference.RFC.0768.xml
/memcached-1.4.29/doc/xml2rfc/rfc2629-noinc.xsl
/memcached-1.4.29/doc/xml2rfc/rfc2629-other.ent
/memcached-1.4.29/doc/xml2rfc/rfc2629-refchk.xsl
/memcached-1.4.29/doc/xml2rfc/rfc2629-xhtml.ent
/memcached-1.4.29/doc/xml2rfc/rfc2629.dtd
/memcached-1.4.29/hash.c
/memcached-1.4.29/hash.h
/memcached-1.4.29/items.c
/memcached-1.4.29/items.h
/memcached-1.4.29/memcached.c
/memcached-1.4.29/memcached.h
/memcached-1.4.29/memcached.spec
/memcached-1.4.29/memcached_dtrace.d
/memcached-1.4.29/protocol_binary.h
memcached-tool
/memcached-1.4.29/slabs.c
/memcached-1.4.29/slabs.h
/memcached-1.4.29/stats.c
/memcached-1.4.29/stats.h
/memcached-1.4.29/t/00-startup.t
/memcached-1.4.29/t/binary.t
/memcached-1.4.29/t/cas.t
/memcached-1.4.29/t/flush-all.t
/memcached-1.4.29/t/getset.t
/memcached-1.4.29/t/incrdecr.t
/memcached-1.4.29/t/lib/MemcachedTest.pm
/memcached-1.4.29/t/lru.t
/memcached-1.4.29/t/noreply.t
/memcached-1.4.29/t/stats.t
/memcached-1.4.29/thread.c
/memcached-1.4.29/trace.h

12