The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Unicorn::Manager::Proc - Process table used by Unicorn::Manager

VERSION

Version 0.01

SYNOPSIS

The Unicorn::Manager::Proc Module provides a table of unicorn processes. Master/worker states are correctly represented. The modules utilizes /proc and thus only works on Linux systems.

ATTRIBUTES/CONSTRUCTION

Construction

    my $uniman_proc = Unicorn::Manager::Proc->new;

refresh

Refreshes the process table.

    $uniman_proc->refresh;

AUTHOR

Mugen Kenichi, <mugen.kenichi at uninets.eu>

BUGS

Report bugs at:

SUPPORT

  • Technical support

    <mugen.kenichi at uninets.eu>