Hello!
I'm trying to generate a literal heatmap based on collected data. I grabbed the "Heatmap - Custom Visualization" app and tried playing with that, but I'm having a bit of a problem getting what I want. Can anybody help me here?
For the sake of easier work, let's say that this cluster is 60 nodes in size. I'd like to generate a 2D heatmap where the visualization is a 20x30 table, and each cell is a host. I've been able to get the values to display as a heatmap of only one row, example graph output here:
![alt text][1]
Instead of each node having basically a 1xwhatever sliver of space, I'd want them to have (once again for the sake of easier work) a 25x25 square apiece, and to have multiple rows. Something like this (though not necessarily exactly like this):
![alt text][2]
What sort of magic do I need to break out to make this happen?
As an added hope - if that can happen, is there any way to make every cell in the table display the host's name as well?
[1]: http://i.imgur.com/zanarsB.png
[2]: http://i.imgur.com/5GvA2aY.png
Thanks for your time!
↧