1> appmon:start().
** exception error: undefined function appmon:start/0
2> observer:start().
ok
这个appmon,在erl17以后貌似改成observer了。所以如果你打命令appmon:start()无法启动,那可是试试observer:start()。
1> appmon:start().
** exception error: undefined function appmon:start/0
2> observer:start().
ok
这个appmon,在erl17以后貌似改成observer了。所以如果你打命令appmon:start()无法启动,那可是试试observer:start()。