Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CalculatedMetrics ¶
type Page ¶
type ProcStatObserver ¶
type ProcStatObserver struct {
// contains filtered or unexported fields
}
func NewProcStatObserver ¶
func NewProcStatObserver() (*ProcStatObserver, error)
func (*ProcStatObserver) GetInfo ¶
func (o *ProcStatObserver) GetInfo() (*ProcStat, error)
type Region ¶
type Region struct { StartAddr uintptr `json:"start_addr"` EndAddr uintptr `json:"end_addr"` PagesCount uint64 `json:"pages_count"` Present uint64 `json:"present"` Swapped uint64 `json:"swapped"` PteSoftDirty uint64 `json:"pte_soft_dirty"` ExclusivelyMapped uint64 `json:"exclusively_mapped"` Undefined uint64 `json:"undefined"` Pages []*Page `json:"-"` }
Click to show internal directories.
Click to hide internal directories.