Skip to main content

JVM introspection

v0.1.10

JVM diagnostics via jcmd/jstack/jmap/jstat/JFR. Requires runner uid to match the JVM process owner (or CAP_SYS_PTRACE) — actions return a permission error cleanly when uid doesn't match.

16 allowed by default 1 denied by default
Pack ID
java-jvm
Vendor
emisar
OS
linux
Actions
17
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
jcmd

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:0a6dc0afb1b6993592fc43f0c60ce1c9369511bca17ef74e58a4fd9d8f1a7bfa

on the runner host
sudo emisar pack install java-jvm \
  --hash sha256:0a6dc0afb1b6993592fc43f0c60ce1c9369511bca17ef74e58a4fd9d8f1a7bfa \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 17 total

View on GitHub