Forum Discussion

Brian_Schroeder's avatar
Brian_Schroeder
Icon for Nimbostratus rankNimbostratus
Jun 14, 2006

Retreiving Performance Graphs

I'm going to be making a C/ASP tool to monitor multiple load balancers on one page. Part of this will entail consolidating performance graphs from multiple devices. I'd be looking for a function to call to maybe get the graphs for CPU utilization, etc.. I was looking in the iControl SDK's API but I wasn't able to find something like this. It this possible?

 

 

Thanks,

 

Brian

 

1 Reply

  • Look at this post:

     

    http://devcentral.f5.com/Default.aspx?tabid=53&forumid=1&postid=8235&view=topic

     

    Click here

     

    I went over the method to extract the performance graph data. The graphs are not directly exposed, but the CSV data behind them is.

     

    -Joe