Once Onload has been installed there are different ways to accelerate applications.
- Prefixing the application command line with the Onload command will accelerate the application.
# onload <app_name> [app_options]
- Exporting LD_PRELOAD to the environment will mean that all applications started in the same environment will be accelerated.
# export LD_PRELOAD=libonload.so