JVisualVM on MobaXterm

Опубликовано: 31 Май 2026
на канале: ohadr dev
1,589
2

Starting from Java 1.6, each Java installation comes along with a UI tool that allows to monitor the memory, permjem, threads and many more in a nice graphical way. It is called JVisualVM.
You can activate it easily on your windows machine by double click it (%JAVA_HOME%/bin/jvisualvm.exe)

If you wanna see it working on your VCD, you have to export the display data (relax, 2 commands):

[root@vbox bin]# DISPLAY=172.28.184.103:0.0
[root@vbox bin]# export DISPLAY
And then:
[root@vbox /]# cd $JAVA_HOME/bin
[root@vbox bin]# ./jvisualvm