** exception error: undefined function appmon:start/0

32 阅读1分钟

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

observer:start().