Skip to content

RunConnectionDiagnosticsOptions

Defined in: src/diagnostics/index.ts:78

Options accepted by runConnectionDiagnostics.

PropertyTypeDescriptionDefined in
clientTransferClientTransfer client used to open the session.src/diagnostics/index.ts:80
listPath?stringPath passed to the optional fs.list probe. Defaults to "/".src/diagnostics/index.ts:84
now?() => numberOptional clock injected for deterministic test timings. Defaults to performance.now.src/diagnostics/index.ts:90
probeList?booleanWhen false, skips the fs.list probe. Defaults to true.src/diagnostics/index.ts:86
profileConnectionProfileConnection profile to probe.src/diagnostics/index.ts:82
sampleSize?numberMaximum number of entries retained in the result sample. Defaults to 5.src/diagnostics/index.ts:88