appmon:start().启动错误

137 阅读1分钟

1> appmon:start().
** exception error: undefined function appmon:start/0
2> observer:start().
ok


这个appmon,在erl17以后貌似改成observer了。所以如果你打命令appmon:start()无法启动,那可是试试observer:start()。