docs: document Overview page sub-sections in TECHNICAL.md#60
Merged
navidpadid merged 1 commit intoApr 10, 2026
Merged
Conversation
The Overview page (section 5) introduced in the summary-page branch renders four sub-sections below the sparkline trend lanes: - MEMORY SNAPSHOT (RSS, VSZ, Swap, page faults) - NETWORK SNAPSHOT (sockets, rx/tx bytes, retransmits, drops, top talkers) - I/O SNAPSHOT (read/write bytes, syscr/syscw, io_intensity) - THREAD HOTSPOTS (total threads, top 3 by CPU) Add these to docs/TECHNICAL.md to complete the coverage started in commits 1cdd886 and d659802. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Merged
navidpadid
approved these changes
Apr 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PR #59 (
summary-pagebranch) adds a new Overview section (key5) to the live dashboard. Previous doc commits updated the section number, controls, and trend-lane descriptions, but did not document the four content sub-sections the Overview page renders below the sparklines.This PR fills that gap.
Changes
docs/TECHNICAL.mdDetail
The Overview page (
print_overview_view) renders:status)No code changes; documentation only.