Hi Bob, You have to insert some JMX into ur server if this is a linux tomcat server based then u should implement some lines in startup.sh file:
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=1100 -Djava.rmi.server.hostname=myserver.example.com Fill out ur server details... then u should go to ur VisualVM and then fill out the relevant details. :) -----Original Message----- From: Bob [mailto:[email protected]] Sent: Monday, April 06, 2015 12:53 PM To: JMeter Users List Subject: How to profile JMeter with VisualVM Hi, I was writing Beanshell scripts in JMeter and wanted to know how that scripts works. How I can profile my JMX and .bsh scripts with VisualVM? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
