- first of all download and install erlang for windows.
- start erlang like this:
C:\Programme\erl5.7.5\bin\werl.exe -name myself@mypc -setcookie 1217983712938DKAJSHD
- make sure to set the correct cookie for the cluster you want to connect to.
- in the erlang shell we announce ourselves to the cluster we want to connect to like this:
net_adm:ping(list_to_atom("ejabberd@yourdomain.org")).
- check if this worked by listing the nodes:
nodes().
- Now you can start appmon:
appmon:start().
- In the Nodes Tab choose which node you want to get an insight view.
↧
Starting erlang appmon from a Windows Client
↧