简体   繁体   中英

Monitoring remote system using Jconsole

I am connecting to remote Unix system using putty and .ppk key file. Now i want to monitor this remote unix system using Jconsole. On remote system jmx port is enabled on 8080. I have its ip address ,jmx port ,username and .ppk file.How could i connect or remotely monitor using Jconsole? through putty i am connected to remote system using tunneling .

I assume the remote port 8080 cannot directly be connected to or you question would be mood, so:

Having a "regular" terminal connection won't help you connect any networked application -- you want to set up a SSH tunnel to forward the remote host's port 8080 to your local host's port :8080 (or any other available port), see http://oldsite.precedence.co.uk/nc/putty.html (espcially Figure 3)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM