cadvisor 0.27.1+dfsg2-4 source package in Ubuntu

Changelog

cadvisor (0.27.1+dfsg2-4) unstable; urgency=medium

  * Team upload.
  * Build-Depends:
    - golang-github-docker-distribution-dev
    - golang-github-opencontainers-docker-runc-dev
    + golang-github-opencontainers-runc-dev (>= 1.0.0~)
    = golang-github-docker-docker-dev (>= 17.12.1~)
  * Testsuite: autopkgtest-pkg-go
  * control: added XS-Go-Import-Path.

 -- Dmitry Smirnov <email address hidden>  Thu, 21 Jun 2018 09:34:53 +1000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
cadvisor_0.27.1+dfsg2-4.dsc 3.9 KiB e83fdb064144ee640e933039681443e695c243e6c41fb5ae3a467908cf6589a1
cadvisor_0.27.1+dfsg2.orig.tar.gz 511.9 KiB ef63ceb8f8875f955f099e7b5432f94cc9202eee8f858f2ac824ce0408794efd
cadvisor_0.27.1+dfsg2-4.debian.tar.xz 12.4 KiB c51a230b5a575b91ecb088d828c2a71a7eac74214deeb01da877a9540b0b6925

Available diffs

No changes file available.

Binary packages built by this source

cadvisor: analyze resource usage and performance characteristics of running containers

 cAdvisor (Container Advisor) provides container users an understanding of
 the resource usage and performance characteristics of their running
 containers.
 .
 cAdvisor has native support for Docker containers and should support just
 about any other container type out of the box.
 .
 cAdvisor also exposes container stats as Prometheus (http://prometheus.io)
 metrics.
 .
 This package provides daemon that collects, aggregates, processes, and
 exports information about running containers. Specifically, for each
 container it keeps resource isolation parameters, historical resource
 usage, histograms of complete historical resource usage and network
 statistics. This data is exported by container and machine-wide.

cadvisor-dbgsym: No summary available for cadvisor-dbgsym in ubuntu groovy.

No description available for cadvisor-dbgsym in ubuntu groovy.

golang-github-google-cadvisor-dev: analyze resource usage and performance of running containers

 cAdvisor (Container Advisor) provides container users an understanding of
 the resource usage and performance characteristics of their running
 containers.
 .
 cAdvisor has native support for Docker containers and should support just
 about any other container type out of the box.
 .
 cAdvisor also exposes container stats as Prometheus (http://prometheus.io)
 metrics.
 .
 This package provides golang library sources.