Rmagent At

The App Tracing skill — resident, on-device application tracing using Windows' built-in ETW (Event Tracing for Windows). Enterprise-scale ring buffers (512 MB default, tunable) that start at boot and live in kernel memory: circular, bounded, old events overwritten — no lake, no agent install, no SDK. Captures .NET EventSource, HTTP.sys, IIS, kernel network (every TCP connection with PID), and process lifecycle (create/exit with full command line) — all providers already on every Windows box. Pull questions read the ring on demand: apptrace (events), appslow (slow requests), apperrors (errors/warnings), appnet (connections), appproc (process lifecycle). The AutoLogger setup is a MOP-level persistent change, reversible via teardown. Use for application-level observability on Windows boxes you administer, with the same pull-only, capped, holes-not-dumps constitution as the rest of the observatory.

DrOlu 09cbbfa 30 files · 224.5 KB Updated

File contents

DrOlu/agent-skills/tree/main/skills/rmagent-at commit 09cbbfa5eb

Frequently asked questions

npx skillmds@latest add drolu/rmagent-at