Skip to main content

Linux debugging toolkit

v0.2.7

General-purpose Linux diagnostics + low-level remediation: process and memory tops, vmstat/iostat snapshots, socket inventories, per-PID inspection, kernel-state checks, network reachability, plus fix-it actions (drop_caches, kill_pid by signal, sysctl_set). Use as the first-touch pack when something is wrong.

28 allowed by default 3 need approval
Pack ID
debugging
Vendor
emisar
OS
linux
Actions
31
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
ps ss

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:94c5c94553e8a408410a4692e2c7427f265bf3944a18ece7f7b18114c7491d22

on the runner host
sudo emisar pack install debugging \
  --hash sha256:94c5c94553e8a408410a4692e2c7427f265bf3944a18ece7f7b18114c7491d22 \
  --dest /etc/emisar/packs

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

Actions 31 total

View on GitHub