パッケージ: golang-github-containers-psgo-dev (1.9.0-1)
golang-github-containers-psgo-dev に関するリンク
Debian の資源:
golang-github-containers-psgo ソースパッケージをダウンロード:
- [golang-github-containers-psgo_1.9.0-1.dsc]
- [golang-github-containers-psgo_1.9.0.orig.tar.xz]
- [golang-github-containers-psgo_1.9.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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. Using fork and execute ps also adds some jitter, 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 one to join the mount namespace of a given process and will parse /proc and /dev/ from there.
その他の golang-github-containers-psgo-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-containers-storage-dev (>> 1.37.2)
- Go library for handling how containers are stored on disk
-
- dep: golang-github-opencontainers-runc-dev
- Open Container Project - development files
-
- dep: golang-github-pkg-errors-dev
- Simple error handling primitives for Go
-
- dep: golang-github-sirupsen-logrus-dev
- Logrus: a logging library for Go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-golang-x-sys-dev
- Low-level interaction with the operating system