Examples
Running observer_cli
The example Building observer_cli was responsible for building observer_cli using beamtools. Here we are going to execute it using beamruntime.
-
Use two shell and source the beamruntime for each one:
source /home/your_username/beamruntime/environment-setup-x86_64-pokysdk-linux
-
In shell one, start an erlang node:
erl -name foo@127.0.0.1 -setcookie mycookie
-
In shell two, run observer_cli and connect it to the foo erlang node:
_build/default/bin/observer_cli foo@127.0.0.1 mycookie 1000
-
It's done, you can play with observer_cli console interface and check stats from remote node.