Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 1.48 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.48 KB

#ResqueBoard Build Status Coverage Status Dependency Status Dependency Status

ResqueBoard is an analytics software for PHP Resque. Monitor your workers health and job activities in realtime.

Unlike the original resque, that display only what's happening right now, ResqueBoard remembers and saves everything to compute metrics about your jobs and workers health in realtime.

Learn more on the official website, or take a look at the demo.

##Goals ResqueBoard is built for 2 objectives :

  • see what's happening right now in realtime
  • visualize what's happened in the past with various charts, to easily benchmarks and balance your workers

##Minimum requirements

Although ResqueBoard is easy to install and run, you should not run it on a very basic webserver. It requires a minimum of processing power and memory for the various computation, and data storage.