Affected by GO-2022-0779
and 2 other vulnerabilities
GO-2022-0873: Control character injection in console output in github.com/ipfs/go-ipfs
GO-2024-2779: Access Restriction Bypass in go-ipfs in github.com/ipfs/go-ipfs
package
Version:
v0.3.8-dev-trailers
Opens a new window with list of versions in this module.
Published: Oct 1, 2015
License: MIT, MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package runtime registers gauges and counters for various operationally
important aspects of the Go runtime.
To use, import this package:
import _ "github.com/codahale/metrics/runtime"
This registers the following gauges:
FileDescriptors.Max
FileDescriptors.Used
Mem.NumGC
Mem.PauseTotalNs
Mem.LastGC
Mem.Alloc
Mem.HeapObjects
Goroutines.Num
Source Files
¶
Click to show internal directories.
Click to hide internal directories.