Welcome () | logout login

product offerings

Concurix Erlang Amazon AMI

Our preconfigured High Performance Erlang AMI gets you running immediately.

Includes Concurix Erlang, optimized and 100% compatible with Erlang R15B02

Includes support for real time visualizations and free Tsung Web Testing through your account on www.concurix.com

Erlang source code included in the AMI.




After purchasing, you can launch an instance directly.


Concurix Runtime: free Erlang performance visualizations

Our visualization tools consist of two parts--a small library (the Concurix Runtime) that can be installed with your Erlang application, and then a set of HTML5 visualization tools that connect to the runtime via websockets.

Concurix Runtime can be installed anywhere Erlang R15+ runs, and are available as a rebar-enabled github repository. Using them is as easy as three simple steps:

  1. Add concurix_runtime to your rebar.config file:
    {concurix_runtime, ".*", {git, "https://github.com/Concurix/cx_runtime.git"}}
  2. Start the concurix_runtime system:
    concurix_runtime:start()
  3. Navigate to the Concurix Dashboard and select the LocalHost guest project.