Skip to main content

LoadStep

@forge/monorepo


@forge/monorepo / backend/src / LoadStep

Type Alias: LoadStep

LoadStep = object

Defined in: backend/src/loadtest/metrics.ts:229

Properties

admitFailures?

readonly optional admitFailures?: readonly string[]

Defined in: backend/src/loadtest/metrics.ts:237

Distinct reasons admissions were rejected, capped. A count with no reason costs a reproduction.


latency

readonly latency: LatencySummary

Defined in: backend/src/loadtest/metrics.ts:232


offeredPerSecond

readonly offeredPerSecond: number

Defined in: backend/src/loadtest/metrics.ts:231

Offered load, in run admissions attempted per second.


peakQueueDepth

readonly peakQueueDepth: number

Defined in: backend/src/loadtest/metrics.ts:235


peakRssBytes

readonly peakRssBytes: number

Defined in: backend/src/loadtest/metrics.ts:234


stuck?

readonly optional stuck?: number

Defined in: backend/src/loadtest/metrics.ts:239

Runs that never reached a terminal state before the settle timeout. Apart from failed on purpose.


stuckByStatus?

readonly optional stuckByStatus?: Readonly<Record<string, number>>

Defined in: backend/src/loadtest/metrics.ts:241

Which non-terminal statuses they were in. A count alone does not say what to investigate.


throughput

readonly throughput: ThroughputSummary

Defined in: backend/src/loadtest/metrics.ts:233