diskio

package
v0.0.0-...-be347a3 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(base mb.BaseMetricSet) (mb.MetricSet, error)

New create a new instance of the docker diskio MetricSet.

Types

type BlkioRaw

type BlkioRaw struct {
	Time time.Time
	// contains filtered or unexported fields
}

func (*BlkioRaw) Add

func (s *BlkioRaw) Add(o *BlkioRaw)

Add adds blkio raw stats

type BlkioService

type BlkioService struct {
	// contains filtered or unexported fields
}

BlkioService is a helper to collect and calculate disk I/O metrics

func NewBlkioService

func NewBlkioService() *BlkioService

NewBlkioService builds a new initialized BlkioService

type BlkioStats

type BlkioStats struct {
	Time      time.Time
	Container *docker.Container
	// contains filtered or unexported fields
}

func (*BlkioStats) Add

func (s *BlkioStats) Add(o *BlkioStats)

Add adds blkio stats

type MetricSet

type MetricSet struct {
	mb.BaseMetricSet
	// contains filtered or unexported fields
}

func (*MetricSet) Close

func (m *MetricSet) Close() error

Close stops the metricset

func (*MetricSet) Fetch

func (m *MetricSet) Fetch(r mb.ReporterV2) error

Fetch creates list of events with diskio stats for all containers.

Jump to

Keyboard shortcuts

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