4 Summary: JVM Dynamic Attach utility
6 Group: Development/Tools
8 URL: https://github.com/apangin/jattach
10 Packager: Vadim Tsesko <incubos@yandex.com>
16 The utility to send commands to remote JVM via Dynamic Attach mechanism.
18 All-in-one jmap + jstack + jcmd + jinfo functionality in a single tiny program.
19 No installed JDK required, works with just JRE.
21 This is the lightweight native version of HotSpot Attach API:
22 https://docs.oracle.com/javase/8/docs/jdk/api/attach/spec/
28 BIN=%{buildroot}/usr/bin
32 install -p -m 555 %{_sourcedir}/bin/jattach ${BIN}
38 * Wed Nov 30 2016 Vadim Tsesko <incubos@yandex.com> - 0.1-1