MemcachedEvent

MemcachedEvent creates events from MemcachedProtocolParser data.  Since memcached is not strictly MySQL stuff, we have to fabricate MySQL-like query events from memcached.

See http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt for information about the memcached protocol.

Variables

%cmds

my %cmds

%cmd_handler_for

my %cmd_handler_for

Functions

new

sub new

parse_event

sub parse_event

fingerprint

sub fingerprint

handle_storage_cmd

sub handle_storage_cmd

handle_retr_cmd

sub handle_retr_cmd

handle_delete

sub handle_delete

handle_incr_decr_cmd

sub handle_incr_decr_cmd

_d

sub _d
MemcachedProtocolParser parses memcached events from tcpdump files.
my %cmds
my %cmd_handler_for
sub new
sub parse_event
sub fingerprint
sub handle_storage_cmd
sub handle_retr_cmd
sub handle_delete
sub handle_incr_decr_cmd
sub _d
Close