Forum Discussion
Sylvain_Augé_72
Nimbostratus
Aug 04, 20085 seconds to execute a simple function.......
Hello again,
as you already know it I developped an application using the language C to access the F5 loadbalancers to get some informations and print them on a webpage.
I am us...
Sylvain_Augé_72
Nimbostratus
Aug 05, 2008Hello !
Thanks for your answer !
Here is the code that i am using to get "node_liste"
public void get_node_list(string partition, string Hostname, string Username, string Password)
{
iControl.Interfaces my_interface = new iControl.Interfaces();
my_interface.initialize(Hostname, Username, Password);
my_interface.ManagementPartition.set_active_partition(partition);
string[] node_list_i = my_interface.LocalLBNodeAddress.get_list();
list_node = node_list_i;
}
public string[] get_list_node()
{
return list_node;
}
The others methods are fine it is only this one that takes a lot of time.
I don't think that the BIG-IP are running near capacity because they are brand new and we just started to use them a few days ago.
I also tried to use the code which was within the SDK (for C), so in "console" mode (without any graphic interface). And it is faster but still when it comes to this method it takes a few seconds to print the results.
Thanks for your previous answer
Sylvain
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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