Forum Discussion

Brad_Artman_829's avatar
Brad_Artman_829
Icon for Nimbostratus rankNimbostratus
May 08, 2009

Export historical Performace data?

I'm wondering if there is an easy way to export historical performance data to a CSV file from either the console or the web based management page?

 

 

Basically, what I'm after is a way to plot trends over a longer period than what the graphs show in the management web portal.

 

 

If anyone has any suggestions, please let me know.

 

 

Thanks in advance.

2 Replies

  • You'll want to use rrdtool fetch against the rrdfiles and a shell/perl script to output the data into csv.
  • You can also use the performance_graph methods in the System.Statistics iControl interface to query the data and export it into a csv format. Check out the tech tip I wrote on the topic:

     

     

    http://devcentral.f5.com/Default.aspx?tabid=63&articleType=ArticleView&articleId=194

     

    Click here

     

     

     

    -Joe