Struct scaphandre::exporters::qemu::QemuExporter[][src]

pub struct QemuExporter { /* fields omitted */ }
Expand description

An Exporter that extracts power consumption data of running Qemu/KVM virtual machines on the host and store those data as folders and files that are supposed to be mounted on the guest/virtual machines. This allow users of the virtual machines to collect and deal with their power consumption metrics, the same way they would do it if they managed bare metal machines.

Implementations

Instantiates and returns a new QemuExporter

Performs processing of metrics, using self.topology

Trait Implementations

Runs iteration() in a loop.

Get the options passed via the command line

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more