Forum Discussion
Philippe_CLOUP
Employee
May 22, 2008paramter for get_performance_graph_csv_statistics
I am trying, using visual basic 2008, to get the performance graphics in an MDI application, to create a simple page with all the perf graphs on a big-ip box.
After initializing the iControl conne...
Nicolas_Menant
Employee
May 22, 2008i'd try something like this:
Warning this is assumption based on old VB code i have, i'm really bad with this:
Dim Query As iControl.SystemStatisticsPerformanceStatisticQuery
Query.object_name = "CPU0"
Query.start_time = 0
Query.end_time = 0
Query.interval = 0
Query.maximum_rows = 0
m_inerfaces.SystemStatistics.get_performance_graph_csv_statistics(Query)
change it to:
Dim Query(1) As iControl.SystemStatisticsPerformanceStatisticQuery
Query(0).object_name = "CPU0"
Query(0).start_time = 0
Query(0).end_time = 0
Query(0).interval = 0
Query(0).maximum_rows = 0
m_inerfaces.SystemStatistics.get_performance_graph_csv_statistics(Query)
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
