logo

Continuous Monitoring of OCaml Applications Using Runtime Events

time3 yr agoview52 views

The upcoming 5.0 release of OCaml includes a new runtime tracing system designed for continuous monitoring of OCaml applications called Runtime Events. It enables very low overhead, programmatic access to performance data emitted by the OCaml runtime and is designed to be extensible to application-generated events. This talk focuses on the implementation of Runtime Events and the user experience of writing applications exploiting this new feature.

The demo repository is online.

Loading comments...