Stop & Analyze Hang Capture
hang-stopStop a running HangBuster session, parse the captured log through clustering, and return a token-budgeted summary of hang clusters.
Instructions
hang-stop
Stop a HangBuster session, parse its captured log through the clustering pipeline (parse → normalise → threshold → fingerprint → cluster → rank), persist the summary, and return a token-budgeted view (L0/L1/L2 auto-selected).
Parameters
sessionId(required): the session from hang-starttopN(optional): number of top clusters to keep (default 3)budgetTokens(optional): cap output size; picks L0/L1/L2 to fit
Returns
Hang/cluster counts and a formatted summary. Drill deeper with hang-get-details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | ||
| sessionId | Yes | ||
| budgetTokens | No |