type github.com/prometheus/procfs.SoftnetEntry
12 uses
github.com/prometheus/procfs (current package)
net_softnet.go#L28: type SoftnetEntry struct {
net_softnet.go#L39: func (fs FS) GatherSoftnetStats() ([]SoftnetEntry, error) {
net_softnet.go#L48: func parseSoftnetEntries(data []byte) ([]SoftnetEntry, error) {
net_softnet.go#L50: entries := make([]SoftnetEntry, 0)
net_softnet.go#L62: return []SoftnetEntry{}, fmt.Errorf("%d columns were detected, but %d were expected", width, expectedColumns)
net_softnet.go#L64: var entry SoftnetEntry
net_softnet.go#L66: return []SoftnetEntry{}, err
net_softnet.go#L74: func parseSoftnetEntry(columns []string) (SoftnetEntry, error) {
net_softnet.go#L78: return SoftnetEntry{}, fmt.Errorf("Unable to parse column 0: %s", err)
net_softnet.go#L81: return SoftnetEntry{}, fmt.Errorf("Unable to parse column 1: %s", err)
net_softnet.go#L84: return SoftnetEntry{}, fmt.Errorf("Unable to parse column 2: %s", err)
net_softnet.go#L86: return SoftnetEntry{
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |