Skip to content

Releases: jattach/jattach

Concatenate jcmd arguments

10 Jan 19:22
Compare
Choose a tag to compare
  • Automatically concatenate space separated arguments
  • Statically linked binary for Linux
  • Fixed attach to OpenJ9 on macOS
  • Fixed container support on Linux 3.x
  • Create attach file in the right directory if setns fails
  • print_output as a parameter

Bugfix release

24 Jul 23:52
02e079e
Compare
Choose a tag to compare
  • Hang when attaching on Windows as Administrator
  • Handle both tabs and spaces when parsing /proc/pid/status
  • Do not include main when compiling a library
  • Socket timeout while reading response from OpenJ9 VM

OpenJ9 support and container related fixes

11 Aug 00:23
Compare
Choose a tag to compare
  • Attach to OpenJ9 VMs on Linux
  • Pass agent error codes
  • Improved container support
  • Support 32-bit JVM on Windows
  • Can be built as a shared library
  • Universal macOS binary for x64 and ARM64

Improved attach to containerized JVMs

08 Jan 21:12
Compare
Choose a tag to compare
  • Fixed EPERM problem accessing /proc/pid/root
  • Eliminated false "couldn't find container pid" warnings

chroot support

06 Aug 23:03
Compare
Choose a tag to compare
  • Attach to processes running within chroot
  • Do not issue false warnings
  • Windows XP compatibility

Reduced latency. FreeBSD support.

29 Jun 00:02
Compare
Choose a tag to compare
  • Incremental polling delay with shorter initial value
  • Version header
  • Eliminated misleading warning about setns failure
  • Works on macOS and FreeBSD

Better container support

12 Jun 23:54
Compare
Choose a tag to compare
  • Allow attaching to containerized JVMs on Linux kernels < 4.1

Container support. Allow root to attach to any Java process.

16 May 17:02
Compare
Choose a tag to compare
  • Support JVM processes in a diffent PID and mount namespace
  • Automatically change user/group to match target process owner
  • Better error handling

Dynamic Attach for JDK 6, 7, 8 on Linux and Windows

10 Apr 17:20
Compare
Choose a tag to compare
Merge pull request #7 from incubos/master

RPM packaging