We have situation where we are collecting a lot of rrd data for a specific test case (will be 16 data points). We'd like the ability to create two different graphs off of one rrd file (and one column on the hobbit page). We have a test called gt3_data that gets fed data from a script on a remote box via the bb command. This scripts sends up 8 different data values to be stored in the the gt3_data rrd. Currently we are graphing all the data points on one graph, but it is really ugly. We'd like to split it into two graphs, but we can't seem to find a way to tell hobbit to make two graphs based off of one column from the webpage. It doesn't make sense in our case to split the test into two different tests, but it does make sense to split the data into two graphs. Does anyone know if what this is possible?
Sean