Forum Discussion
Parth_Shah_7020
Nimbostratus
Feb 18, 2005gcc on bigip
Hi
I am doing some development on big-ip box in c++ and need to compile my stuff on big-ip box using gcc, but I am facing array of problems
1. Any comipled program does not work - I tried running a compiled hello world program, and its says the file not found, it dosnt recognize the file I placed on the box - file has rwx permissions and I am running it as ./a.out
So I tried installing gcc on the box and found that its doesn't have enough space, so I tried mounting remote disk thru mount_nfs , that also does not work, says 'RPC time out' , both the boxes can ping each other.
So the questions I have are , what do I need to do to run my c++ program on big-ip box.
Your help us greatly appriciated.
Thanks,
Parth
- DevCentral is a support forum to aid with iControl and iRules development. As far as I know, F5 does not support, nor encourage software development on a BIG-IP itself. In fact, you might be violating your support contract if you install other software on the BIG-IP (compilers, debuggers, etc).
- Brian_Gupta_115
Nimbostratus
Parth, - Parth_Shah_7020
Nimbostratus
We want to calculate the load (network, memory etc..) on the boxes which are behind these bigip boxes, for capacity planning. - Loc_Pham_101863Historic F5 AccountThis is exactly the kind of things iControl would be well suited for. Each interface has methods that support retrieving statistics, for example, ITCMLocalLB::Node::get_node_server_statistics or ITCMLocalLB::Node::get_node_address_statistics...
- As Loc pointed out, we provide the raw statistical data via iControl for all of our main objects. It is up to the client application to calculate rates based on those metrics. A simple (v2-v1)/t calculation can be made to determine the rate change. We also provide methods that return timestamps with the data if you are concerned with latency issues during the iControl call itself.
- Parth_Shah_7020
Nimbostratus
ok, let me give you the bigger picture - Brian_Gupta_115
Nimbostratus
You should still go with iControl... If you lose connectivity to the BigIP, what you may lose is some data granularity for the time period in question. You can still calculate rates for the time when you lose connectivity. - Loc_Pham_101863Historic F5 AccountAlso, for those who are interested, in the 9.0.6, iControl will provide support for returning CSV formatted statistics for any stats being monitored by the Performance Graph in the GUI. This allows client applications to retrieve statistics with timestamp information suited for statistic trending and analysis.
- Philippe_CLOUP
Employee
About your Nagios Module, is it actually existing, or always in your wish list ?
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