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

Fixed README headers #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
#ResqueBoard [![Build Status](https://travis-ci.org/kamisama/ResqueBoard.png?branch=dev)](https://travis-ci.org/kamisama/ResqueBoard) [![Coverage Status](https://coveralls.io/repos/kamisama/ResqueBoard/badge.png)](https://coveralls.io/r/kamisama/ResqueBoard) [![Dependency Status](https://www.versioneye.com/user/projects/53cfdcf74b95470152000003/badge.svg?style=flat)](https://www.versioneye.com/user/projects/53cfdcf74b95470152000003) [![Dependency Status](https://www.versioneye.com/user/projects/53cfdda84b954729e6000017/badge.svg?style=flat)](https://www.versioneye.com/user/projects/53cfdda84b954729e6000017)
# ResqueBoard
[![Build Status](https://travis-ci.org/kamisama/ResqueBoard.png?branch=dev)](https://travis-ci.org/kamisama/ResqueBoard) [![Coverage Status](https://coveralls.io/repos/kamisama/ResqueBoard/badge.png)](https://coveralls.io/r/kamisama/ResqueBoard) [![Dependency Status](https://www.versioneye.com/user/projects/53cfdcf74b95470152000003/badge.svg?style=flat)](https://www.versioneye.com/user/projects/53cfdcf74b95470152000003) [![Dependency Status](https://www.versioneye.com/user/projects/53cfdda84b954729e6000017/badge.svg?style=flat)](https://www.versioneye.com/user/projects/53cfdda84b954729e6000017)

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

Unlike the [original resque](https://github.com/defunkt/resque/#the-front-end), 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](http://resqueboard.kamisama.me), or take a look at the [demo](http://resque.kamisama.me/).

##Goals
## 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
## 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.
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.