Unicorn::Manager::CLI::Proc - Process table used by Unicorn::Manager
Version 0.006009
The Unicorn::Manager::CLI::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.
my $uniman_proc = Unicorn::Manager::CLI::Proc->new;
Get the process table.
Refreshes the process table.
$uniman_proc->refresh;
Return process table as json.
my $json_text = $uniman_proc->as_json;
Return process table as hash.
my %hash_with_uids = $uniman_proc->as_hash(1); my %hash_with_usernames = $uniman_proc->as_hash;
Mugen Kenichi, <mugen.kenichi at uninets.eu>
Report bugs at:
<mugen.kenichi at uninets.eu>
<mugen.kenichi at uninets.eu>