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 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: golang-github-intel-goresctrl
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-google-go-cmp-dev,
golang-github-hashicorp-go-multierror-dev,
golang-github-opencontainers-runtime-spec-dev,
golang-github-prometheus-client-golang-dev,
golang-golang-x-sys-dev,
golang-gopkg-inf.v0-dev,
golang-k8s-sigs-yaml-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-intel-goresctrl
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-intel-goresctrl.git
Homepage: https://github.com/intel/goresctrl
XS-Go-Import-Path: github.com/intel/goresctrl
Package: golang-github-intel-goresctrl-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-hashicorp-go-multierror-dev,
golang-github-opencontainers-runtime-spec-dev,
golang-github-prometheus-client-golang-dev,
golang-golang-x-sys-dev,
golang-gopkg-inf.v0-dev,
golang-k8s-sigs-yaml-dev,
${misc:Depends},
Description: Go library for managing resctrl filesystem
The goresctrl library provides Go interface to manage following
resources.
.
* CPU cache allocation and memory bandwidth.
* CPU frequency in core granularity.
* Storage I/O scheduler priority and bandwidth.
|