Module goose::metrics

source ·
Expand description

Optional metrics collected and aggregated during load tests.

By default, Goose collects a large number of metrics while performing a load test. When GooseAttack::execute() completes it returns a GooseMetrics object.

When the GooseMetrics object is viewed with std::fmt::Display, the contained TransactionMetrics, GooseRequestMetrics, and GooseErrorMetrics are displayed in tables.

Structs

Enums

Type Aliases