Skip to content

The Concurix system for dynamically enhancing the Erlang Virtual Machine

License

Notifications You must be signed in to change notification settings

rvirding/cx_runtime

 
 

Repository files navigation

cx_runtime

cx_runtime is temporarily disabled until it is updated to the new Concurix monitoring service. Please contact us at [email protected] if you want access to early versions of the new functionality.

Currently by modifications made on cx_runtime, the concurix framework can be again used for erlang systems the following way:

Add cx_runtime beam directories to the code path of the erlang node you want to trace, either from command line using the -pa option or code:add_pathz/2 functions, then start tracing with cx_runtime:start/2 :

concurix_runtime:start(, [msg_trace, enable_sys_profile, enable_send_to_viz]).

The Concurix system for dynamically enhancing the Erlang Virtual Machine

NOTE!! After August 12 2013, the minimum version required is concurix_runtime_r0.7

Dependencies . rebar . make

Build To build the cx_runtime library just run make. $ make

To use with default settings, use the api

concurix_runtime:start()

This will turn on default tracing, viewable from the default Localhost project on www.concurix.com

For instructions on how to use the cx_runtime, see http://www.concurix.com/main/documentation

About

The Concurix system for dynamically enhancing the Erlang Virtual Machine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 100.0%