Get heap dump from a remote application in Java using JVisualVM

前端 未结 4 2035
梦如初夏
梦如初夏 2020-12-08 06:04

I run JVisualVM (Windows XP, Sun Java 1.6.0.13, 32 bit client VM) to monitor a distant application (Linux, Sun Java 1.6.0.07, 64 bit server VM). Before starting the actual r

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-08 06:35

    You cannot analyze the heap remotely. You could run visualvm on your server and export the x session to your local machine. You would have to have x11 installed on your server which many servers do not.

提交回复
热议问题