This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository visualvm.
commit c89d8beadc2cfc892d9aecacc446ab30c23d6c1c Author: Emmanuel Bourg <[email protected]> Date: Fri May 2 10:34:18 2014 +0200 Added a manpage --- debian/changelog | 1 + debian/jvisualvm.1 | 80 ++++++++++++++++++++++++++++++++++++++++++++++++ debian/visualvm.manpages | 1 + 3 files changed, 82 insertions(+) diff --git a/debian/changelog b/debian/changelog index 83e25c2..40e274f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ visualvm (1.3.7-1) UNRELEASED; urgency=medium * Install the application files in /usr/share/visualvm instead of /usr/lib/visualvm * Never use Java 6 at runtime and accept OpenJDK 8 as an alternative JRE + * Added a manpage * Added debian/README.source to document the workflow used with this package * debian/rules: Revamped to use the dh command sequencer * debian/copyright: diff --git a/debian/jvisualvm.1 b/debian/jvisualvm.1 new file mode 100644 index 0000000..a1d6c57 --- /dev/null +++ b/debian/jvisualvm.1 @@ -0,0 +1,80 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1. +.TH VISUALVM "1" "May 2014" "VisualVM 1.3.7" "User Commands" + +.SH NAME +VisualVM \- All\-in\-One Java Troubleshooting Tool + +.SH SYNOPSIS +.B jvisualvm +[\fI\,OPTIONS\/\fR] + +.SH DESCRIPTION + +VisualVM is a tool to monitor and troubleshoot Java applications. It runs on Java 7 +or higher but is able to monitor applications running on JDK 1.4 and higher. It utilizes +various available technologies like jvmstat, JMX, the Serviceability Agent (SA), +and the Attach API to get the data and automatically uses the fastest and most +lightweight technology to impose minimal overhead on monitored applications. + +.SH OPTIONS + +.TP +\fB\-\-openjmx\fR <arg> +open application specified by JMX connection (host:port) + +.TP +\fB\-\-openfile\fR <arg> +open file specified by <arg>, file can be Application snapshot, NetBeans Profiler snapshot or HPROF heap dump. + +.TP +\fB\-\-openid\fR <arg> +open application with id <arg> + +.TP +\fB\-\-openpid\fR <arg> +open application with process id <arg> + +.TP +\fB\-\-laf\fR <LaF classname> +use given LookAndFeel class instead of the default + +.TP +\fB\-\-fontsize\fR <size> +set the base font size of the user interface, in points + +.TP +\fB\-\-locale\fR <language[:country[:variant]]> +use specified locale + +.TP +\fB\-\-userdir\fR <path> +use specified directory to store user settings + +.TP +\fB\-\-cachedir\fR <path> +use specified directory to store user cache, must be different from userdir + +.TP +\fB\-\-nosplash\fR +do not show the splash screen + +.TP +\fB\-\-help\fR +show this help + +.TP +\fB\-\-jdkhome\fR <path> +path to JDK + +.TP +\fB\-J\fR<jvm_option> +pass <jvm_option> to JVM + +.SH "SEE ALSO" + +More information and tutorial videos are available on the +.B VisualVM +site at: +.IP +.B http://visualvm.java.net +.PP diff --git a/debian/visualvm.manpages b/debian/visualvm.manpages new file mode 100644 index 0000000..776c1d7 --- /dev/null +++ b/debian/visualvm.manpages @@ -0,0 +1 @@ +debian/jvisualvm.1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/visualvm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

