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

NAME

bkpr-top - Display real-time performance metrics of running workers

VERSION

Version 0.01

SYNOPSIS

  Usage: bkpr-top [OPTIONS]
  
  Display real-time performance metrics of running workers.
  
    -h, --host  str  display status only of specified host
    -p, --pool  str  display status only of specified pool
    -c, --class str  display status only of specified worker class
    -l, --list       show detailed status of all individual workers
    -h, --help       display this help and exit
  
  Filters --host, --pool and --class can be combined.
  
  Change sorting field with (M)emory, (C)pu, (L)oad, (N)otifications and (J)obs.

DESCRIPTION

Display in real-time performance metrics of all running workers connected to a logic message bus in a 'top' fashion.

 "nps":  number of received notifications per second
 "jps":  number of processed jobs per second
 "mem":  resident memory size in KB
 "cpu":  percentage of cpu load
 "load": percentage of busy time

Sorting order can be changed pressing keys N, J, M, C and L. Pressing Q quits the program.

SEE ALSO

Beekeeper::Service::Supervisor.

AUTHOR

José Micó, jose.mico@gmail.com

COPYRIGHT AND LICENSE

Copyright 2015 José Micó.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language itself.

This software is distributed in the hope that it will be useful, but it is provided “as is” and without any express or implied warranties. For details, see the full text of the license in the file LICENSE.