Versions in this module Expand all Collapse all v0 v0.8.8 Jul 3, 2026 v0.8.7 Jun 11, 2026 v0.8.6 Apr 21, 2026 v0.8.5 Mar 29, 2026 v0.8.4 Feb 28, 2026 v0.8.3 Feb 28, 2026 v0.8.2 Feb 28, 2026 v0.8.1 Feb 28, 2026 v0.8.0 Feb 28, 2026 Changes in this version + type Env struct + func NewEnv() *Env + func (w *Env) Set(allEnvs string) type Single + Env *Env v0.7.1 Mar 9, 2018 Changes in this version + type Cpu struct + func NewCpu() *Cpu + func (w *Cpu) Update(val int) + type DiffHist struct + func NewDiffHist(max int) *DiffHist + func (h *DiffHist) Append(val int) + type FloatHist struct + Data []float64 + Labels []string + Val float64 + func NewFloatHist(max int) FloatHist + func (h FloatHist) Append(val float64) + type IO struct + func NewIO() *IO + func (w *IO) Update(read int64, write int64) + type Info struct + func NewInfo(id string) *Info + func (w *Info) Set(k, v string) + type IntHist struct + Data []int + Labels []string + Val int + func NewIntHist(max int) *IntHist + func (h *IntHist) Append(val int) + type LogLines struct + func NewLogLines(max int) *LogLines + type Logs struct + func NewLogs(stream chan models.Log) *Logs + func (w *Logs) Align() + func (w *Logs) Buffer() ui.Buffer + type Mem struct + Chart *ui.MBarChart + InnerLabel *ui.Par + func NewMem() *Mem + func (w *Mem) Align() + func (w *Mem) Buffer() ui.Buffer + func (w *Mem) Update(val int, limit int) + type Net struct + func NewNet() *Net + func (w *Net) Update(rx int64, tx int64) + type Single struct + Cpu *Cpu + IO *IO + Info *Info + Mem *Mem + Net *Net + Width int + X int + Y int + func NewSingle(id string) *Single + func (e *Single) Align() + func (e *Single) Buffer() ui.Buffer + func (e *Single) Down() + func (e *Single) GetHeight() (h int) + func (e *Single) SetMeta(k, v string) + func (e *Single) SetMetrics(m models.Metrics) + func (e *Single) SetWidth(w int) + func (e *Single) Up()