Documentation

General Documentation

Tutorials

Reference Manual

Using OML applications

  • liboml2(1) -- An overview of how OML applications work
  • liboml2.conf(5) -- This page describes the OML client configuration file format, and describes how you can set up complex filtering and measurement routing when you use an OML application.

The OML server and proxy server

The OML client library API

  • liboml2(3) -- An overview of the OML client library: read this if you want to write OML applications
  • omlc_init(3) -- Initialize the OML client library
  • omlc_add_mp(3) -- Add a measurement point to the application
  • omlc_start(3) -- Start collecting measurements
  • omlc_set_*(3) -- A family of functions for setting up a sample vector prior to injecting it into an MP
  • omlc_inject(3) -- Inject a measurement sample into a measurement point
  • omlc_close(3) -- Shut down the OML client library
  • oml2_scaffold(1) -- A program to help generate the framework of an OML application