latency heatmaps in D3 and Highcharts
See Brendan Gregg’s blog on how important and cool heatmaps can be for showing latency information and how average latency hides what is really going on:
Now if we want to create heatmap graphics, how can we do it? Two popular web methods for displaying graphics are Highcharts and D3. Two colleges of mine whipped up some quick examples in both Highcharts and D3 to show latency heatmaps and those two examples are shown below. The data in the charts is random just for the purposes of showing examples of these graphics in actions.
Highcharts Heatmap
see code at http://jsfiddle.net/vladiweb/GNd3G/
D3 Heatmap
see code at
http://jsfiddle.net/eyalkaspi/YH8sw
Trackbacks
Comments
Kyle,
Thanks for sharing the insightful info on D3 heat maps. I’m looking forward to try it as soon as I get over my current addiction to R.
Cheers!
Maaz
The more I read, the greater your content is.