JVM introspection

v0.1.3

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.

Pack ID
java-jvm
Vendor
emisar
OS
linux
Actions
16
Required binaries: jcmd. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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:d554bcd8b9bd4b0f086684ceac562524da4294527361d7e4f29ca07806d66d8c

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

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

Actions 16 total

View on GitHub