Documentation
¶
Index ¶
- type Mem
- func (m *Mem) AvailMemInGibibytes() float64
- func (m *Mem) AvailMemInKibibytes() float64
- func (m *Mem) AvailMemInMebibytes() float64
- func (m *Mem) BufferMemInGibibytes() float64
- func (m *Mem) BufferMemInKibibytes() float64
- func (m *Mem) BufferMemInMebibytes() float64
- func (m *Mem) CachedMemInGibibytes() float64
- func (m *Mem) CachedMemInKibibytes() float64
- func (m *Mem) CachedMemInMebibytes() float64
- func (m *Mem) Fetch() error
- func (m *Mem) FreeHighMemInGibibytes() float64
- func (m *Mem) FreeHighMemInKibibytes() float64
- func (m *Mem) FreeHighMemInMebibytes() float64
- func (m *Mem) FreeMemInGibibytes() float64
- func (m *Mem) FreeMemInKibibytes() float64
- func (m *Mem) FreeMemInMebibytes() float64
- func (m *Mem) FreeSwapInGibibytes() float64
- func (m *Mem) FreeSwapInKibibytes() float64
- func (m *Mem) FreeSwapInMebibytes() float64
- func (m *Mem) SharedMemInGibibytes() float64
- func (m *Mem) SharedMemInKibibytes() float64
- func (m *Mem) SharedMemInMebibytes() float64
- func (m *Mem) TotalHighMemInGibibytes() float64
- func (m *Mem) TotalHighMemInKibibytes() float64
- func (m *Mem) TotalHighMemInMebibytes() float64
- func (m *Mem) TotalMemInGibibytes() float64
- func (m *Mem) TotalMemInKibibytes() float64
- func (m *Mem) TotalMemInMebibytes() float64
- func (m *Mem) TotalSwapInGibibytes() float64
- func (m *Mem) TotalSwapInKibibytes() float64
- func (m *Mem) TotalSwapInMebibytes() float64
- func (m *Mem) TotalUsedInGibibytes() float64
- func (m *Mem) TotalUsedInKibibytes() float64
- func (m *Mem) TotalUsedInMebibytes() float64
- func (m *Mem) TotalUsedMemInGibibytes() float64
- func (m *Mem) TotalUsedMemInKibibytes() float64
- func (m *Mem) TotalUsedMemInMebibytes() float64
- func (m *Mem) UsedMemInGibibytes() float64
- func (m *Mem) UsedMemInKibibytes() float64
- func (m *Mem) UsedMemInMebibytes() float64
- func (m *Mem) UsedSwapInGibibytes() float64
- func (m *Mem) UsedSwapInKibibytes() float64
- func (m *Mem) UsedSwapInMebibytes() float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mem ¶
type Mem struct { Procs uint16 TotalMem uint64 TotalHighMem uint64 FreeMem uint64 FreeHighMem uint64 AvailMem uint64 UsedMem uint64 TotalUsedMem uint64 BufferMem uint64 CachedMem uint64 TotalSwap uint64 FreeSwap uint64 UsedSwap uint64 TotalUsed uint64 F fetchFunc }
func (*Mem) AvailMemInGibibytes ¶
func (*Mem) AvailMemInKibibytes ¶
func (*Mem) AvailMemInMebibytes ¶
func (*Mem) BufferMemInGibibytes ¶
func (*Mem) BufferMemInKibibytes ¶
func (*Mem) BufferMemInMebibytes ¶
func (*Mem) CachedMemInGibibytes ¶
func (*Mem) CachedMemInKibibytes ¶
func (*Mem) CachedMemInMebibytes ¶
func (*Mem) FreeHighMemInGibibytes ¶
func (*Mem) FreeHighMemInKibibytes ¶
func (*Mem) FreeHighMemInMebibytes ¶
func (*Mem) FreeMemInGibibytes ¶
func (*Mem) FreeMemInKibibytes ¶
func (*Mem) FreeMemInMebibytes ¶
func (*Mem) FreeSwapInGibibytes ¶
func (*Mem) FreeSwapInKibibytes ¶
func (*Mem) FreeSwapInMebibytes ¶
func (*Mem) SharedMemInGibibytes ¶
func (*Mem) SharedMemInKibibytes ¶
func (*Mem) SharedMemInMebibytes ¶
func (*Mem) TotalHighMemInGibibytes ¶
func (*Mem) TotalHighMemInKibibytes ¶
func (*Mem) TotalHighMemInMebibytes ¶
func (*Mem) TotalMemInGibibytes ¶
func (*Mem) TotalMemInKibibytes ¶
func (*Mem) TotalMemInMebibytes ¶
func (*Mem) TotalSwapInGibibytes ¶
func (*Mem) TotalSwapInKibibytes ¶
func (*Mem) TotalSwapInMebibytes ¶
func (*Mem) TotalUsedInGibibytes ¶
func (*Mem) TotalUsedInKibibytes ¶
func (*Mem) TotalUsedInMebibytes ¶
func (*Mem) TotalUsedMemInGibibytes ¶
func (*Mem) TotalUsedMemInKibibytes ¶
func (*Mem) TotalUsedMemInMebibytes ¶
func (*Mem) UsedMemInGibibytes ¶
func (*Mem) UsedMemInKibibytes ¶
func (*Mem) UsedMemInMebibytes ¶
func (*Mem) UsedSwapInGibibytes ¶
func (*Mem) UsedSwapInKibibytes ¶
func (*Mem) UsedSwapInMebibytes ¶
Click to show internal directories.
Click to hide internal directories.