shenhuanageshei/dsh-death-forensics ↗★ 0
dsh-death-forensics
适用于 DSH 宿主的进程内死亡黑匣子插件,提供崩溃堆栈与自检报告工具。
AI 分析
核心用途是监控 DSH 宿主进程的生命状态,在崩溃时记录堆栈信息并生成死亡诊断报告。适合需要排查系统崩溃、死锁或异常退出问题的系统管理员和开发者。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:shenhuanageshei/dsh-death-forensics说明文档
阅读完整 README ↗Configuration
| Key | Default | Description |
|---|---|---|
heartbeatIntervalMs | 15000 | heartbeat interval (min 5000) |
maxHeartbeatLines | 20000 | heartbeat file line cap |
reportTailLines | 40 | tails shown by the report tool |
dataDir | /death-forensics | data directory override |