Network Performance Monitor - a portable tool for troubleshooting performance issues with home networks
Stars
84
Forks
20
Watchers
84
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
101
commits
1
commits
Modified speedtest result handling to use bandwidth monitoring speeds if that feature is enabled.
5356466View on GitHubModified speedtest result handling to use bandwidth monitoring speeds if that feature is enabled.
a1fd22aView on GitHubChanged project username from 'pi' to 'netperf', this username is automatically created by the setup script. Also changed scheduled tasks to be run via systemd timers rather than via crontab entries.
a0a3c22View on GitHubadded script that creates udev rules for renaming network interfaces.
4bc58faView on GitHubfixed speedtest call; redirect stderr to /dev/null to prevent speedtest client errors from being included in its json output.
656bbc1View on GitHubfixed bwmonitor rollover handling: it now accounts for the different word sizes of 32 bit vs 64 bit systems.
a818061View on GitHubchanged message broker connection retries to 0 (retry forever) in case the RabbitMQ server starts after the dashboard application.
aacb977View on GitHubfixed systemd service startup sequence issue #33, plus some minor changes related to runtime temporary data directories
27863caView on GitHubfixed systemd service startup sequence issue #33, plus some minor changes related to runtime temporary data directories
ecc96cdView on GitHubfixed systemd service startup sequence issue #33, plus some minor changes related to runtime temporary data directories
038e723View on GitHubfixed systemd service startup sequence issue #33, plus some minor changes related to runtime temporary data directories
f22a165View on GitHubswitched dashboard app async mode from 'eventlet' to 'threading' in order to remove eventlet dependency
b04ad7dView on GitHub