-
FYI
```
$ netrics debug execute -i {} netrics-traceroute
Name: -
Command: /home/gmartins/.local/bin/netrics-traceroute
Status: Error (Exit code 1)
Result: -
Logged (standard error):
…
-
We should log the IP address that ping sends packets to when running the `ping_latency` test in netrics.
-
Update linux image for netrics with the latest packages and disable unattended upgrades
-
-
Add functionality to the speed test functions in netson.py that would allow a user to run speed tests through Netrics to a specified NDT or Ookla server. This enhancement might come in handy for the O…
-
For low-speed connections, the Ookla speed test takes longer than 35 seconds on average. As a result, devices that are installed on low-speed connections are collecting very few Ookla measurements, be…
-
The most basic responsibility of the netrics framework should be to control test execution. At its core, test execution involves running the test and handling output (scheduling, error handling to com…
-
Imho, the whole notion of global status for a test is very complicated. Most of tests involve multiple targets, what if only one of the targets is down. I wouldn't fail the entire test...
```bash
…
-
As a Netrics user, I would like to configure my Netrics **measurements** via configuration file.
## File format
YAML or TOML.
(Hot take: YAML is beautiful but TOML is fool-proof.)
## Data …
-
What is the pythonic way to have a globals/common folder that stores those variables? For example, I don't want to write `CONFIG_ERROR = 22` in every module but would rather import that variable from …