feat: integrate background network tracking and live HTML latency chart - #4
Open
r00tnomade wants to merge 1 commit into
Open
feat: integrate background network tracking and live HTML latency chart#4r00tnomade wants to merge 1 commit into
r00tnomade wants to merge 1 commit into
Conversation
Yury-MonZon
force-pushed
the
dev
branch
3 times, most recently
from
July 3, 2026 19:44
e2270d4 to
a03a725
Compare
|
Hi @SamiAdamMoughli, thank you for your contribution. We'll do our best to review it soon. Did you test the new code? If so, could you please share the logs and/or screenshots? |
NickVolynkin
requested review from
DrZlo13 and
Yury-MonZon
and removed request for
Yury-MonZon
July 17, 2026 10:53
Author
|
I think I did, but that was a while ago @NickVolynkin. It's a small addition, so there should be no issues... |
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.
Overview
This PR replaces the original mock setup for network tracking with a robust, background telemetry script and dynamic report rendering.
Changes Included
network/network_test.sh): Implements an active monitoring system tracking ping latency at regular intervals. It isolates the interface status and handles drops cleanly by setting latency values safely to0.00without freezing the process.common/generate_combined_report.py): Adds a parsing layer that reads the generatednetwork_data.csv, charts performance with Plotly (#00A8FF), and populates an integrated interactive chart inside the final summary report.