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

NAME

jobmon-redis.pl - monitor job queue activity

DESCRIPTION

Provides basic statsd metrics for job queues.

The following information is recorded under the job_queue.prefix.processing|pending keys:

  • age - how long the job has been in the queue

  • delay - time between job being queued and worker picking it up

  • work - elapsed time within worker processing the job

  • total - time between initial queuing and completion

  • count - number of jobs in this queue (processing/pending)