Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Overview

averyanov edited this page Aug 23, 2012 · 1 revision

PulseMeter is a gem for fast and convenient realtime aggregating of software internal stats through Redis.

Features

PulseMeter is designed to provide the following features:

  • Simple deployment. The only infrastructure resource you are required to have is Redis.
  • Low resource consumption. Since different kinds of events are aggregated in Redis, you are as light and fast as Redis is. Event data is stored in constant space and expires over time.
  • Focus on the client. To start gathering some metrics, you should only modify your client: create a sensor object and send events to it. All aggregated data can be accessed immediately without any sort of "server reconfiguration"
Clone this wiki locally