Versions in this module Expand all Collapse all v0 v0.5.0 Feb 5, 2016 v0.2.1 Jul 6, 2015 Changes in this version + type CpuInfo struct + AddressSizes string + Apicid uint64 + Bogomips float64 + Cache string + CacheAlianment uint64 + ClFlushSize uint64 + CoreId uint64 + CpuCores uint64 + CpuFamily uint64 + CpuMhz float64 + CpuidLevel uint64 + Flags string + Fpu bool + FpuException bool + InitApicid uint64 + MicroCode string + Mode uint64 + ModeName string + PhyId uint64 + PowerManagement string + Processor uint64 + Siblings uint64 + Stepping uint64 + Vender_id string + Wp bool + func GetCpuInfo() (*CpuInfo, error) + type MemInfo struct + Active uint64 + AnonActive uint64 + AnonHugePages uint64 + AnonInactive uint64 + AnonPages uint64 + Bounce uint64 + Buffers uint64 + Cached uint64 + CommitLimit uint64 + Committed_AS uint64 + DirectMap1G uint64 + DirectMap2M uint64 + DirectMap4k uint64 + Dirty uint64 + FileActive uint64 + FileInactive uint64 + HardwareCorrupted uint64 + HugePages_Free uint64 + HugePages_Rsvd uint64 + HugePages_Surp uint64 + HugePages_Total uint64 + Hugepagesize uint64 + Inactive uint64 + KernelStack uint64 + Mapped uint64 + MemAvailable uint64 + MemFree uint64 + MemTotal uint64 + Mlocked uint64 + NFS_Unstable uint64 + PageTables uint64 + SReclaimable uint64 + SUnreclaim uint64 + Shmem uint64 + Slab uint64 + SwapCached uint64 + SwapFree uint64 + SwapTotal uint64 + Unevictable uint64 + VmallocChunk uint64 + VmallocTotal uint64 + VmallocUsed uint64 + Writeback uint64 + WritebackTmp uint64 + func GetMemInfo() (*MemInfo, error) + type OSInfo struct + BugURL string + HomeURL string + Id string + IdLike string + Name string + PrettyName string + SupportURL string + Version string + VersionId string + func GetOSInfo() (*OSInfo, error)