On 15 March 2018 at 13:10, Vikas Tara <[email protected]> wrote: > On 15/03/18 05:26, Amey Abhyankar wrote: >> Hello, >> >> Anybody from Java back ground can tell me how to add variable for JVM >> monitoring in Linux env? >> >> I have a executable application in Linux with .sh extension. >> I want to add variable for java heap size monitoring. >> >> Thanks. >> >> Regards, >> Amey. >> _______________________________________________ >> plug-mail mailing list >> [email protected] >> http://list.plug.org.in/listinfo/plug-mail > > Take a look at https://visualvm.github.io/
Thanks. I am stuck at = 'Enabling JMX Ports' inside the application itself. :-) I am using openJDK 1.8.x Defined following line in my application = -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=100xx -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false" It's not helping. > > I think there is a plugin for profiling desktop applications. > > _______________________________________________ > plug-mail mailing list > [email protected] > http://list.plug.org.in/listinfo/plug-mail _______________________________________________ plug-mail mailing list [email protected] http://list.plug.org.in/listinfo/plug-mail
