http://www.adictosaltrabajo.com/tutoriales/monitorizacion-y-profiling-con-java-mission-control-y-java-flight-recorder/ http://docs.oracle.com/javacomponents/jmc-5-5/jfr-runtime-guide/run.htm Para grabar con mission control: jrcmd start_flightrecording durations Para conectar remotamente con mission control: Jrockit: -Xmanagement:ssl=false,authenticate=false,port=7091,autodiscovery=false -Djavax.management.builder.initial=weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder Java normal: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=7091 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false