Documentation ¶
Index ¶
Constants ¶
View Source
const ( UP = "▲" DOWN = "▼" )
View Source
const KEYBINDS = `` /* 379-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func FieldsToStrings ¶
FieldsToStrings converts a []Process to a [][]string
Types ¶
type CPU ¶
type HelpMenu ¶
func NewHelpMenu ¶
func NewHelpMenu() *HelpMenu
type Net ¶
type Net struct { *ui.Sparklines // contains filtered or unexported fields }
type Proc ¶
type Proc struct { *ui.Table KeyPressed chan bool DefaultColWidths []int // contains filtered or unexported fields }
type Process ¶
Process represents each process.
type ProcessByCPU ¶
type ProcessByCPU []Process
type ProcessByMem ¶
type ProcessByMem []Process
type ProcessByPID ¶
type ProcessByPID []Process
Source Files ¶
Click to show internal directories.
Click to hide internal directories.