Skip to content

ConnectionDiagnosticTimings

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

Per-step duration measurements collected by runConnectionDiagnostics.

PropertyTypeDescriptionDefined in
connectMs?numberTotal time spent inside client.connect.src/diagnostics/index.ts:50
disconnectMs?numberTime spent inside the optional session.disconnect.src/diagnostics/index.ts:54
listMs?numberTime spent inside the optional fs.list probe.src/diagnostics/index.ts:52