about summary refs log tree commit diff
path: root/modules/user/openlab/speedtest.nix
Commit message (Collapse)AuthorAgeFilesLines
* treewide: use `runCommandLocal` where applicableProfpatsch2019-12-081-1/+1
| | | | | | | `runCommandLocal` was added to nixpkgs in https://github.com/NixOS/nixpkgs/pull/74642 to speed up trivial `runCommand` derivations by always building them locally. We have a few places where that’s good to use.
* machines/hannswurscht: serve speedtest output with nginxProfpatsch2017-07-081-6/+1
|
* modules/openlab: improve speedtest scriptProfpatsch2017-07-081-4/+16
| | | | | | Add an option to specify the file where new data should be appended to. Check the size of the actual downloaded file. Add IPv6 and IPv6 checks and a version field for outputs.
* modules/openlab: add correct locale for speedtestProfpatsch2017-07-051-0/+1
|
* modules/openlab: add speedtestProfpatsch2017-07-041-0/+40
A simple script to gather DNS & download speed data.