type github.com/prometheus/procfs.SoftIRQStat
5 uses
github.com/prometheus/procfs (current package)
stat.go#L45: type SoftIRQStat struct {
stat.go#L81: SoftIRQ SoftIRQStat
stat.go#L126: func parseSoftIRQStat(line string) (SoftIRQStat, uint64, error) {
stat.go#L127: softIRQStat := SoftIRQStat{}
stat.go#L139: return SoftIRQStat{}, 0, fmt.Errorf("couldn't parse %s (softirq): %s", line, err)
![]() |
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. |