There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

HTTP::Engine::Middleware::Status::Memory - Memory Status Plugin

SYNOPSIS

my $mw = HTTP::Engine::Middleware->new;
$mw->install( 'HTTP::Engine::Middleware::Status' => {
    plugins   => [
        'Memory', # use HTTP::Engine::Middleware::Status::Memory
    ],
});

DESCRIPTION

this pluin displays the used memory size which by the modules.

SEE ALSO

HTTP::Engine::Middleware::Status, B::TerseSize, Devel::Symdump

AUTHORS

Kazuhiro Osawa