Aplicación Para Convertir En Pdf Gratis

Java VisualVM is a tool that provides a visual interface forviewing detailed information about Java applications while they arerunning on a Java Virtual Machine (JVM), and for troubleshootingand profiling these applications. Various optional tools, includingJava VisualVM, are provided with the JavaDevelopment Kit (JDK) for retrieving different types of data aboutrunning JVM software instances. For example, most of the previouslystandalone tools JConsole, jstat,jinfo, jstack, and jmap arepart of Java VisualVM. Java VisualVM federates these tools toobtain data from the JVM software, then re-organizes and presentsthe information graphically, to enable you to view different dataabout multiple Java applications uniformly, whether they arerunning locally or on remote machines. Furthermore, developers canextend Java VisualVM to add new functionality by creating andposting plug-ins to the tool's built-in update center.