主页

索引

模块索引

搜索页面

4.2.9. observer_cli [1]

使用方法:

// 本结点
$> rebar3 shell
erl> observer_cli:start().

// 远程结点
$> rebar3 shell --name 'observer_cli@127.0.0.1'
erl> observer_cli:start('demo_erlang@127.0.0.1', 'XEXIWPUHUJTYKXFMMTXEweb').

// 注意: ❗️ ensure observer_cli application been loaded on target node.

// Escriptize
$> cd path/to/observer_cli/
$> rebar3 escriptize
$> _build/default/bin/observer_cli TARGETNODE [TARGETCOOKIE]



erlang:system_flag(scheduler_wall_time, true)

主页

索引

模块索引

搜索页面