smem

package module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2023 License: MIT Imports: 2 Imported by: 0

README

Smem - Linux

Implement smem python package.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Process

type Process struct {
	PID     int
	User    string
	Command string
	Swap    uint64
	VSS     uint64
	USS     uint64
	PSS     uint64
	RSS     uint64
}

type Processes

type Processes []Process

func New

func New() (Processes, error)

func (Processes) Len

func (p Processes) Len() int

func (Processes) Less

func (p Processes) Less(i, j int) bool

func (Processes) Swap

func (p Processes) Swap(i, j int)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL