Forum Discussion
lisanwan_54895
Nimbostratus
Jul 21, 2010Problem with Statistics
Hi,
I want to retrieve the information of the performance below Overview in the web, such as Memory Used, System CPU Usage, Active Connections, New Connections, etc..
I'm using iCon...
Jul 23, 2010
You still shouldn't have to be defining the classes yourself. The SDK is a bit out of date with regards to the .Net samples. For future development, we have provided a .Net assembly with all the iControl interfaces and objects bundled up for you. Go to the Download.Labs page and select the iControl Assembly. By clicking on the "Discussions and Downloads" link you can get the iControl Assembly for .Net. In your VS.Net project, just select "Add Reference" and point it to the downloaded iControl.dll and you can access all the iControl interfaces and methods from a newly instantiated iControl.Interfaces object. The code looks something like this
iControl.Interfaces interfaces = new iControl.Interfaces();
interfaces.initialize("bigip_addr", "username", "password");
string [] vip_list = interfaces.LocalLBVirtualServer.get_list();
This will help avoid a lot of issues in the future.
-Joe
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