File: control

package info (click to toggle)
irtt 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 600 kB
  • sloc: sh: 60; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: irtt
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Pete Heist <pete@eventide.io>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-ogier-pflag-dev,
               golang-golang-x-net-dev,
               golang-golang-x-sys-dev
Standards-Version: 4.1.3
Homepage: https://github.com/peteheist/irtt
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/irtt.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/irtt.git
XS-Go-Import-Path: github.com/peteheist/irtt
Testsuite: autopkgtest-pkg-go

Package: irtt
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Isochronous Round-Trip Tester
 IRTT (Isochronous Round-Trip Tester) IRTT measures round-trip time,
 one-way delay and other metrics using UDP packets sent on a fixed period,
 and produces both user and machine parseable output.