0
0
Fork 0
A library for creating heatmaps over time.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stormwind d30ec75d42 Add color scheme "green_to_red"
This color scheme describes a color change from green via yellow
(and orange) to red shades on a white background.
8 years ago
lib Add color scheme "green_to_red" 8 years ago
spec Fix some whitespaces and return at EOF 8 years ago
Gemfile Use new writing of "rmagick" 8 years ago
LICENSE Add license 8 years ago
README.md Add new readme file 8 years ago
Rakefile Create test infrastructure 8 years ago
rubella.gemspec Add gemspec 8 years ago

README.md

Rubella heatmap library

Rubella is a library to generate heatmaps to monitor visualize measured values easier. Like the load of multiple CPU cores over time.

Therefore every CPU core gets its own JSON array over the measured time. So the array gets it's own row in the headmap. The more the color itensity the higher is the load. (The values are in percent. So they must be beween 0 and 100.)

During the time you can see, if an unusual behavior occurs, because the image shows a different load distribution.

see also: http://dtrace.org/blogs/brendan/2011/12/18/visualizing-device-utilization/

Usage

Coming soon.