github.com/prometheus/procfs.NetDevLine.TxBytes (field)

4 uses

	github.com/prometheus/procfs (current package)
		net_dev.go#L36: 	TxBytes      uint64 `json:"tx_bytes"`      // Cumulative count of bytes transmitted.
		net_dev.go#L140: 	line.TxBytes, err = strconv.ParseUint(fields[8], 10, 64)
		net_dev.go#L192: 		total.TxBytes += ifc.TxBytes