Query: jvisualvm
OS: osx
Section: 1
Links: osx man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
jvisualvm(1) General Commands Manual jvisualvm(1)NAMEjvisualvm - Java Virtual Machine Monitoring, Troubleshooting, and Profiling ToolSYNOPSISjvisualvm [ options ]PARAMETERSOptions, if used, should follow immediately after the command name. Options may be in any order. For a discussion of parameters that apply to a specific option, see OPTIONS below.DESCRIPTIONJava VisualVM is an intuitive graphical user interface that provides detailed information about Java technology-based applications (Java applications) while they are running on a given Java Virtual Machine (JVM(*)). The name Java VisualVM comes from the fact that Java Visu- alVM provides information about the JVM software visually. Java VisualVM combines several monitoring, troubleshooting, and profiling utilities into a single tool. For example, most of the function- ality offered by the standalone tools jmap, jinfo, jstat and jstack have been integrated into Java VisualVM. Other functionalities, such as some of those offered by the JConsole tool, can be added as optional plug-ins.OPTIONSThe following option is possible when you launch Java VisualVM. -J<jvm_option> Pass this <jvm_option> to the JVM software.USAGEJava VisualVM is useful to Java application developers to troubleshoot applications and to monitor and improve the applications' perfor- mance. Java VisualVM can allow developers to generate and analyse heap dumps, track down memory leaks, perform and monitor garbage collec- tion, and perform lightweight memory and CPU profiling. Plug-ins also exist that expand the functionality of Java VisualVM. For example, most of the functionality of the JConsole tool is available via the MBeans Tab and JConsole Plug-in Wrapper plug-ins. You can choose from a catalog of standard Java VisualVM plug-ins by selecting 'Tools' | 'Plugins' in the Java VisualVM menus. Start Java VisualVM with the following command: % jvisualvm <options>SEE ALSOFor more details about Java VisualVM see the following pages. o Java VisualVM developers' site @ https://visualvm.dev.java.net o Java VisualVM in Java SE platform documentation @ http://java.sun.com/javase/6/docs/technotes/guides/visualvm/index.html (* The terms "Java Virtual Machine" and "JVM" mean a Virtual Machine for the Java platform.) 26 Mar 2008 jvisualvm(1)
Related Man Pages |
---|
jstack(1) - mojave |
dh_javadoc(1) - debian |
jsvc(1) - debian |
wrapper(1) - debian |
dacs.java(7) - debian |
Similar Topics in the Unix Linux Community |
---|
To all the Java guru... |
Server Setup |
Help on Process Monitoring Script |
UnsatisfiedLinkError with Java1.6 in AIX6.1 |
Java: Repeat a command |