NAME

memcached-roaster - Random data generator for Memcached

SYNOPSIS

Generates random data:

# Complete format
memcached-roaster [-a|--addr=<IPADDRESS>[:<PORT>]] \
    [-n|--num=<DATA_NUMBER>] [-S|--max-size=<MAX_DATA_LENGTH>] [OPTIONS]

# Examples
memcached-roaster -a 127.0.0.1:11211
memcached-roaster -a localhost    # 11211 port by default
memcached-roaster -S 1000 -n 100  #   1kb * 100
memcached-roaster -S 100k -n 1000 # 100kb * 1000

Help / Manual:

memcached-roaster --help|-h
memcached-roaster --man

DESCRIPTION

This script generates random data and load them onto Memcached.

OPTIONS

--debug|-d

Shows debug logs.

SEE ALSO

App::Memcached::Roaster, Cache::Memcached::Fast, http://www.memcached.org/

AUTHORS

YASUTAKE Kiyoshi <yasutake.kiyoshi@gmail.com>

LICENSE

Copyright (C) 2015 YASUTAKE Kiyoshi.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. That means either (a) the GNU General Public License or (b) the Artistic License.