I have Erlang/OTP 17 [RELEASE CANDIDATE 1] installed and i can't start appmon. I have tried:
appmon:start().
** exception error: undefined function appmon:start/0
I also tried:
l(appmon).
And I get the following error:
{error,nofile}
How can I make appmon work ?