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
|
Source: golang-github-performancecopilot-speed
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-edsrzf-mmap-go-dev,
golang-github-hdrhistogram-hdrhistogram-go-dev,
golang-github-pkg-errors-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-performancecopilot-speed
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-performancecopilot-speed.git
Homepage: https://github.com/performancecopilot/speed
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/performancecopilot/speed
Package: golang-github-performancecopilot-speed-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-edsrzf-mmap-go-dev,
golang-github-hdrhistogram-hdrhistogram-go-dev,
golang-github-pkg-errors-dev,
${misc:Depends}
Description: Implementation of the PCP instrumentation API (library)
Golang implementation of the Performance Co-Pilot (PCP)
instrumentation API.
.
There are 3 main components defined in the library, a Client, a
Registry and a Metric. A client is created using an application name,
and the same name is used to create a memory mapped file in
PCP_TMP_DIR. Each client contains a registry of metrics that it
holds, and will publish on being activated.
|