Linux debugging toolkit

v0.2.5

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.

Pack ID
debugging
Vendor
emisar
OS
linux
Actions
31
Required binaries: ps, ss. 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:a1d3d6437de36b56b8f779b30bd2e7a0362a396f99661f2940cafb35cdbdb955

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

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

Actions 31 total

View on GitHub