Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2024 Changes in this version + type MemStats struct + RssAnon uint64 + RssFile uint64 + RssShmem uint64 + VmData uint64 + VmExe uint64 + VmHWM uint64 + VmLck uint64 + VmLib uint64 + VmPTE uint64 + VmPeak uint64 + VmPin uint64 + VmRSS uint64 + VmSize uint64 + VmStk uint64 + VmSwap uint64 + func ReadCurrentMemStats() (*MemStats, error) + func (memStats *MemStats) String() string