ConnectionDiagnosticTimings
Defined in: src/diagnostics/index.ts:48
Per-step duration measurements collected by runConnectionDiagnostics.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
connectMs? | number | Total time spent inside client.connect. | src/diagnostics/index.ts:50 |
disconnectMs? | number | Time spent inside the optional session.disconnect. | src/diagnostics/index.ts:54 |
listMs? | number | Time spent inside the optional fs.list probe. | src/diagnostics/index.ts:52 |