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.
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:
{concurix_runtime, ".*", {git, "https://github.com/Concurix/cx_runtime.git"}}
concurix_runtime:start()