使用 Jconsole 监控远程系统
我正在使用 putty 和 .ppk 密钥文件连接到远程 Unix 系统。 现在我想使用 Jconsole 监控这个远程 UNIX 系统。 在远程系统上,8080 上启用了 jmx 端口。 我有它的 IP 地址、jmx 端口、用户名和 .ppk 文件。我如何使用 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 .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设远程端口 8080 无法直接连接,或者您的问题是情绪,所以:
拥有“常规”终端连接不会帮助您连接任何网络应用程序 - 您想要设置SSH隧道< /strong> 将远程主机的端口 8080 转发到本地主机的端口 :8080(或任何其他可用端口),请参阅 http://oldsite.precedence.co.uk/nc/putty.html(特别是图3)
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)