You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

org.gridkit.lab:jvm-attach-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.gridkit.lab:jvm-attach-api

1.5
Source
mavenMaven
Version published
Maintainers
1
Source

JVM Attach Protocol Wrapper

JVM Attach Protocol allow diagnostic tools send various commands to JVM identified by PID. Exact attach protocol is platform dependend, but standarized can comatible between JVM versions.

Usage of JVM Attach Protocol requires tools.jar in class path.

This project wraps API available via tools.jar with some helper code to

  • add tools.jar to classpath automatically
  • provide timeouts for command invocation
  • offer utility to parse JVM command output (e.g. heap histogram or stack trace)

In addition, API for HotSpot JVM perf counter is also included.

FAQs

Package last updated on 15 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts