golang-github-containers-psgo 1.4.0-1 source package in Ubuntu

Changelog

golang-github-containers-psgo (1.4.0-1) unstable; urgency=medium

  * New upstream release.

 -- Dmitry Smirnov <email address hidden>  Sun, 15 Dec 2019 14:54:16 +1100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-containers-psgo_1.4.0-1.dsc 2.4 KiB 90da41cba115f27f22b99216f458022a813acf9f03b45ba1d50b2e9989d92385
golang-github-containers-psgo_1.4.0.orig.tar.xz 26.0 KiB b0262cdf285133a7ff4b269eb8624effcff68c8b1fd9ea3ddcba43c66bd9a18f
golang-github-containers-psgo_1.4.0-1.debian.tar.xz 2.6 KiB 8cc827ad08890d8d95048be67c9987a7bf408ebe3d0cd678ea12c5edaad1e3c9

Available diffs

No changes file available.

Binary packages built by this source

golang-github-containers-psgo-dev: ps(1) AIX-format compatible Golang library

 Psgo is a ps(1) AIX-format compatible golang library extended with various
 descriptors useful for displaying container-related data.
 .
 The idea behind the library is to provide an easy to use way of extracting
 process-related data, just as ps(1) does. The problem when using ps(1) is
 that the ps format strings split columns with whitespaces, making the
 output nearly impossible to parse. It also adds some jitter as we have to
 fork and execute ps either in the container or filter the output
 afterwards, further limiting applicability.
 .
 This library aims to make things a bit more comfortable, especially for
 container runtimes, as the API allows to join the mount namespace of a
 given process and will parse /proc and /dev/ from there.