0.4.0: JSON/HTML snapshot output via freeze-snapshot-convert; GUI 'Open in browser' button
This commit is contained in:
parent
4c485b2af9
commit
ea6a0ea675
7 changed files with 466 additions and 5 deletions
|
|
@ -29,3 +29,10 @@ NOTIFY_URGENCY=normal # low, normal, critical
|
|||
CAPTURE_KERNEL_STACKS=1 # dump /proc/[pid]/stack for D-state procs (free, very useful)
|
||||
CAPTURE_BPFTRACE=0 # run bpftrace one-shot during capture (requires bpftrace)
|
||||
CAPTURE_CGROUP_PSI=1 # walk /sys/fs/cgroup for top PSI cgroups
|
||||
|
||||
# --- output formats ------------------------------------------------------
|
||||
# Text snapshot is always written. These add sidecar files (.json / .html)
|
||||
# next to each snap-*.log. The HTML version has color-coded metrics and
|
||||
# collapsible sections, useful for sharing or browsing.
|
||||
OUTPUT_JSON=0 # write snap-*.json
|
||||
OUTPUT_HTML=0 # write snap-*.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue