[erlang-questions] Appmon over ssh
Attila Rajmund Nohl
attila.r.nohl@REDACTED
Mon May 9 21:42:54 CEST 2011
2011/5/9, Ivan Uemlianin <ivan@REDACTED>:
> Dear all
>
> I have an erlang app on a remote server that I'd like to monitor with appmon
> and pman. How can I do that? Can I do either of these:
>
> 1. use some ssh incantation to run appmon on the remote machine but have the
> GUI appear locally (and would this work if my local tcl is broken, which it
> is currently).
If you're using a UNIX-like operating system both locally and remote,
you can use X11 forwarding in ssh, something like this:
ssh -X <remote-host>
This will work even if your local tcl is broken. However, on a high
latency link this will require much patience...
More information about the erlang-questions
mailing list