//go:build !linux && !darwin && !windows package stats func (r *Reporter) memoryStatus() (total, avail uint64) { return 0, 0 }