The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

dump.pl - print some information from a socket

SYNOPSIS

./dump.pl [ -h ] [ -v ] <socket|server>

DESCRIPTION

this script print some information from a given livestatus socket or server

ARGUMENTS

script has the following arguments

help
    -h

print help and exit

verbose
    -v

verbose output

socket/server
    server    local socket file or

    server    remote address of livestatus

EXAMPLE

./dump.pl /tmp/live.sock

AUTHOR

2009, Sven Nierlein, <nierlein@cpan.org>