Versions in this module Expand all Collapse all v0 v0.6.1 Jun 29, 2017 Changes in this version + 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 v0.6.0 Jun 14, 2017 v0.5.1 Mar 21, 2017 Changes in this version type Expanded + IO *IO + X int + Y int + func (e *Expanded) Down() + func (e *Expanded) GetHeight() (h int) + func (e *Expanded) Up() + type IO struct + func NewIO() *IO + func (w *IO) Update(read int64, write int64) v0.4.1 Mar 10, 2017 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 Expanded struct + Cpu *Cpu + Info *Info + Mem *Mem + Net *Net + Width int + func NewExpanded(id string) *Expanded + func (e *Expanded) Align() + func (e *Expanded) Buffer() ui.Buffer + func (e *Expanded) SetMeta(k, v string) + func (e *Expanded) SetMetrics(m metrics.Metrics) + func (e *Expanded) SetWidth(w int) + type FloatHist struct + Data []float64 + Labels []string + Val float64 + func NewFloatHist(max int) FloatHist + func (h FloatHist) Append(val float64) + 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 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) v0.4.1-deps Mar 12, 2017