1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: visualvm
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Matthias Klose <doko@ubuntu.com>,
Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
ant,
ant-optional,
debhelper-compat (= 13),
default-jdk,
libnb-platform-devel-java (>= 12.1),
libnb-platform18-java (>= 12.1),
libstringtemplate-java
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/visualvm.git
Vcs-Browser: https://salsa.debian.org/java-team/visualvm
Homepage: https://visualvm.github.io
Package: visualvm
Architecture: all
Depends:
default-jdk (>= 2:1.11) | java11-sdk,
libnb-platform18-java (>= 12.1),
libvisualvm-jni,
${misc:Depends}
Description: All-in-One Java Troubleshooting Tool
VisualVM is a visual tool integrating several commandline JDK tools
and lightweight profiling capabilities. Designed for both production
and development time use, it further enhances the capability of
monitoring and performance analysis for the Java SE platform.
.
VisualVM is designed for
- Application Developers: Monitor, profile, take thread dumps,
browse heap dumps.
- System Administrators: Monitor and control Java applications
across the entire network.
- Java Application Users: Create bug reports containing all the
necessary information.
Package: libvisualvm-jni
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Description: All-in-One Java Troubleshooting Tool (JNI libraries)
VisualVM is a visual tool integrating several commandline JDK tools
and lightweight profiling capabilities. Designed for both production
and development time use, it further enhances the capability of
monitoring and performance analysis for the Java SE platform.
.
VisualVM is designed for
- Application Developers: Monitor, profile, take thread dumps,
browse heap dumps.
- System Administrators: Monitor and control Java applications
across the entire network.
- Java Application Users: Create bug reports containing all the
necessary information.
.
This package contains the architecture specific Java native interface part.
|