Skip to content

[RDY] Owamp : Get one way (network) latencies between synchronized computers#41485

Merged
matthewbauer merged 2 commits intoNixOS:masterfrom
teto:owamp
Jun 21, 2018
Merged

[RDY] Owamp : Get one way (network) latencies between synchronized computers#41485
matthewbauer merged 2 commits intoNixOS:masterfrom
teto:owamp

Conversation

@teto
Copy link
Member

@teto teto commented Jun 5, 2018

Motivation for this change

Reference implementation of https://tools.ietf.org/html/rfc4656

Things done

added the client + the server module

  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

teto added 2 commits June 5, 2018 22:15
A tool for performing one-way active measurements.
https://github.com/perfsonar/owamp

This is the reference implementation for the IETF rfc
https://tools.ietf.org/html/rfc4656
You can retrieve the one way latency between your client and the remote
host via owping.
@GrahamcOfBorg GrahamcOfBorg added 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: module (update) This PR changes an existing module in `nixos/` 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Jun 5, 2018
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: owamp

Partial log (click to expand)

shrinking /nix/store/rnhx4i3kmh41v45j1lcilra0ip3a2qw0-owamp-3.5.6/bin/pfstore
shrinking /nix/store/rnhx4i3kmh41v45j1lcilra0ip3a2qw0-owamp-3.5.6/bin/owping
shrinking /nix/store/rnhx4i3kmh41v45j1lcilra0ip3a2qw0-owamp-3.5.6/bin/powstream
shrinking /nix/store/rnhx4i3kmh41v45j1lcilra0ip3a2qw0-owamp-3.5.6/bin/owampd
shrinking /nix/store/rnhx4i3kmh41v45j1lcilra0ip3a2qw0-owamp-3.5.6/bin/aespasswd
gzipping man pages under /nix/store/rnhx4i3kmh41v45j1lcilra0ip3a2qw0-owamp-3.5.6/share/man/
strip is /nix/store/21ymadblbmsbb2bk4q7gl4kjasp8zmgd-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/rnhx4i3kmh41v45j1lcilra0ip3a2qw0-owamp-3.5.6/lib  /nix/store/rnhx4i3kmh41v45j1lcilra0ip3a2qw0-owamp-3.5.6/bin
patching script interpreter paths in /nix/store/rnhx4i3kmh41v45j1lcilra0ip3a2qw0-owamp-3.5.6
checking for references to /build in /nix/store/rnhx4i3kmh41v45j1lcilra0ip3a2qw0-owamp-3.5.6...

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: owamp

Partial log (click to expand)

shrinking /nix/store/89wam969ska964a8hwv1kyl039r4rlfq-owamp-3.5.6/bin/owping
shrinking /nix/store/89wam969ska964a8hwv1kyl039r4rlfq-owamp-3.5.6/bin/owampd
shrinking /nix/store/89wam969ska964a8hwv1kyl039r4rlfq-owamp-3.5.6/bin/pfstore
shrinking /nix/store/89wam969ska964a8hwv1kyl039r4rlfq-owamp-3.5.6/bin/aespasswd
gzipping man pages under /nix/store/89wam969ska964a8hwv1kyl039r4rlfq-owamp-3.5.6/share/man/
strip is /nix/store/qg2agrqkf240s656d207zqhipl0bc2id-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/89wam969ska964a8hwv1kyl039r4rlfq-owamp-3.5.6/lib  /nix/store/89wam969ska964a8hwv1kyl039r4rlfq-owamp-3.5.6/bin
patching script interpreter paths in /nix/store/89wam969ska964a8hwv1kyl039r4rlfq-owamp-3.5.6
checking for references to /build in /nix/store/89wam969ska964a8hwv1kyl039r4rlfq-owamp-3.5.6...
/nix/store/89wam969ska964a8hwv1kyl039r4rlfq-owamp-3.5.6

@teto teto changed the title [RFC] Owamp : Get one way (network) latencies between synchronized computers [RDY] Owamp : Get one way (network) latencies between synchronized computers Jun 8, 2018
@matthewbauer matthewbauer merged commit 3925077 into NixOS:master Jun 21, 2018
@teto teto deleted the owamp branch June 21, 2018 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: module (update) This PR changes an existing module in `nixos/` 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants