Personal tools
Skip to content. | Skip to navigation
Examples for some Erlang modules.
Folsom is an Erlang based metrics system inspired by Coda Hale's metrics. The metrics API's purpose is to collect realtime metrics from your Erlang applications and publish them via Erlang APIs and output plugins. Folsom is not a persistent store. There are 6 types of metrics: counters, gauges, histograms and timers, histories, meter_readers and meters. Metrics can be created, read and updated via the folsom_metrics module.
gen_bunny is a RabbitMQ client library for erlang whose primary goal is to be easy to use. Especially for simple publisher and consumer applications.
A copy of LSHIFT's gen_server2 behaviour, provided as an OTP library.
Command-line parsing module that uses a syntax similar to that of GNU getopt.
Small, Fast event processing and monitoring for Erlang/OTP applications.
A Graphics System used to write platform independent user interfaces.
Erlang GTK2 binding.
High Performance Erlang.
Erlang HTTP client.