jvisualvm.1 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. '\" t
  2. .\" Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
  3. .\" Arch: generic
  4. .\" Software: JDK 8
  5. .\" Date: 21 November 2013
  6. .\" SectDesc: Java Troubleshooting, Profiling, Monitoring and Management Tools
  7. .\" Title: jvisualvm.1
  8. .\"
  9. .if n .pl 99999
  10. .TH jvisualvm 1 "21 November 2013" "JDK 8" "Java Troubleshooting, Profiling, Monitoring and Management Tools"
  11. .\" -----------------------------------------------------------------
  12. .\" * Define some portability stuff
  13. .\" -----------------------------------------------------------------
  14. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. .\" http://bugs.debian.org/507673
  16. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .ie \n(.g .ds Aq \(aq
  19. .el .ds Aq '
  20. .\" -----------------------------------------------------------------
  21. .\" * set default formatting
  22. .\" -----------------------------------------------------------------
  23. .\" disable hyphenation
  24. .nh
  25. .\" disable justification (adjust text to left margin only)
  26. .ad l
  27. .\" -----------------------------------------------------------------
  28. .\" * MAIN CONTENT STARTS HERE *
  29. .\" -----------------------------------------------------------------
  30. .SH NAME
  31. jvisualvm \- Visually monitors, troubleshoots, and profiles Java applications\&.
  32. .SH SYNOPSIS
  33. .sp
  34. .nf
  35. \fBjvisualvm\fR [ \fIoptions\fR ]
  36. .fi
  37. .sp
  38. .TP
  39. \fIoptions\fR
  40. The command-line options\&. See Options\&.
  41. .SH DESCRIPTION
  42. Java VisualVM is an intuitive graphical user interface that provides detailed information about Java technology-based applications (Java applications) while they are running on a specified Java Virtual Machine (JVM)\&. The name Java VisualVM comes from the fact that Java VisualVM provides information about the JVM software visually\&.
  43. .PP
  44. Java VisualVM combines several monitoring, troubleshooting, and profiling utilities into a single tool\&. For example, most of the functionality offered by the standalone tools \f3jmap\fR, \f3jinfo\fR, \f3jstat,\fR and \f3jstack\fR were integrated into Java VisualVM\&. Other functionality, such as some that offered by the \f3jconsole\fR command, can be added as optional plug-ins\&.
  45. .PP
  46. Java VisualVM is useful to Java application developers to troubleshoot applications and to monitor and improve the applications\&' performance\&. Java VisualVM enables developers to generate and analyze heap dumps, track down memory leaks, perform and monitor garbage collection, and perform lightweight memory and CPU profiling\&. You can expand the Java VisualVM functionality with plug-ins\&. For example, most of the functionality of the \f3jconsole\fR command is available through the \fIMBeans\fR Tab and JConsole Plug-in Wrapper plug-ins\&. You can choose from a catalog of standard Java VisualVM plug-ins by selecting \fITools\fR and then \fIPlugins\fR in the Java VisualVM menus\&.
  47. .PP
  48. Start Java VisualVM with the following command:
  49. .sp
  50. .nf
  51. \f3% jvisualvm <options>\fP
  52. .fi
  53. .nf
  54. \f3\fP
  55. .fi
  56. .sp
  57. .SH OPTIONS
  58. The following option is available when you launch Java VisualVM
  59. .TP
  60. -J\fIjvm_option\fR
  61. .br
  62. Pass this \f3jvm_option\fR to the JVM software
  63. .SH SEE\ ALSO
  64. .TP 0.2i
  65. \(bu
  66. Java VisualVM developer\(cqs site http://visualvm\&.java\&.net/
  67. .TP 0.2i
  68. \(bu
  69. Java VisualVM in Java SE documentation http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/visualvm/index\&.html
  70. .RE
  71. .br
  72. 'pl 8.5i
  73. 'bp