NodeVerdict
NodeVerdict is a browser-based diagnostic data viewer for Node.js — consume TracingChannel native diagnostic events, analyze heap snapshots, and share findings — all locally in your browser.
File Explorer
- deploy.yml
- perf-gate.yml
- check.mjs
- check.ts
- alert-rules.json
- cpu-profile-diff-after.cpuprofile
- cpu-profile-sample.cpuprofile
- demo.js
- differential-cache-fault.json
- differential-cache-normal.json
- differential-fault.json
- differential-normal.json
- differential-pool-fault.json
- differential-pool-normal.json
- differential-timeout-fault.json
- differential-timeout-normal.json
- gc-memory-leak.log
- gc-trace-gc.log
- heap-diff-after.heapsnapshot
- heap-diff-before.heapsnapshot
- heap-express-app.heapsnapshot
- heap-sample.heapsnapshot
- heap-string-leak.heapsnapshot
- LICENSE
- live-monitor-sample.json
- memory-timeline-leak.json
- memory-timeline.json
- otel-cascade-failure.json
- otel-distributed-trace.json
- snapshot-history.json
- source-attribution.json
- tracing-cross-lib.json
- tracing-events.json
- tracing-http-errors.json
- tracing-invalid.json
- tracing-large.json
- tracing-multi-lib.json
- tracing-perf-after.json
- tracing-perf-before.json
- tracing-search-filter.json
- tracing-time-series.json
- v8-jit-trace.log
- index.ts
- processor.ts
- spans.ts
- package-lock.json
- package.json
- README.md
- tsconfig.json
- AIRootCauseAnalysis.png
- AlertRules.png
- CIPerformaceBaseline.png
- CPUProfileAnalysis.png
- CPUProfileDiff.png
- DiagnosticReport.png
- DifferentialDebug.png
- EventViewer.png
- GCLogAnalyzer.png
- HeapAnalysis.png
- HeapDiffResults.png
- JITInsights.png
- LiveMonitor.png
- MemoryTimeline.png
- MinimalReproGenerator.png
- NodeVerdict.png
- NodeVerdictTutorial.png
- PerformanceComparison.png
- Search&Filter.png
- ServiceTopology.png
- SnapshotDiffHistory.png
- SourceAttribution.png
- TimeSeriesAnalysis.png
- TraceWaterfall.png
- ValidationResults.png
- live-agent.mjs
- package-lock.json
- package.json
- App.tsx
- AppShell.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- FlameGraph.tsx
- index.tsx
- index.tsx
- EventDetail.tsx
- EventSummary.tsx
- EventTimeline.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- AutoFixPanel.tsx
- FindingsList.tsx
- IcStateGraph.tsx
- OptTimeline.tsx
- PatchPanel.tsx
- index.tsx
- EventRateChart.tsx
- MemoryGauge.tsx
- RealtimeChart.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- ExportButton.tsx
- exportUtils.ts
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- RootCausePanel.tsx
- ServiceDetail.tsx
- TopologyGraphCanvas.tsx
- index.tsx
- BottleneckList.tsx
- waterfall-utils.ts
- WaterfallChart.tsx
- index.tsx
- index.tsx
- TUTORIAL.md
- TUTORIAL.zh.md
- index.tsx
- index.ts
- knowledge.ts
- rca-memory.ts
- rcaEngine.ts
- tracePrompt.ts
- BackendGate.tsx
- detect.ts
- index.ts
- types.ts
- useBackend.ts
- ChannelFilter.tsx
- EmptyState.tsx
- ErrorBoundary.tsx
- FileUpload.tsx
- index.ts
- LangSwitch.tsx
- LoadingOverlay.tsx
- Page.tsx
- StatCard.tsx
- UploadSection.tsx
- align.ts
- diff.ts
- divergence.ts
- fingerprint.ts
- index.ts
- noise-model.ts
- regression-scoring.ts
- regression-types.ts
- report.ts
- semantic-differ.ts
- types.ts
- index.ts
- root-cause.ts
- span-tree.ts
- topology.ts
- types.ts
- alert-engine.ts
- causal-rebuilder.ts
- causal-types.ts
- cpu-profile-diff.ts
- cpu-profile-parser.ts
- data-loader.ts
- heap-diff.ts
- heap-parser.ts
- index.ts
- jit-analysis.ts
- jit-parser.ts
- jit-patch.ts
- memory-analyzer.ts
- ndv-codec.ts
- otel-adapter.ts
- otel-pipeline.ts
- report-generator.ts
- repro-extractor.ts
- snapshot-history.ts
- trace-aggregator.ts
- tracing-parser.ts
- validator.ts
- baseline.ts
- index.ts
- performance-gate.ts
- index.ts
- useFileUpload.ts
- useRemoteFile.ts
- useStreamingTraceFile.ts
- useUnifiedFileUpload.ts
- useWorker.ts
- en.ts
- index.ts
- useI18n.ts
- zh.ts
- code-linker.ts
- fs-access-bridge.ts
- index.ts
- source-attribution.ts
- source-map-resolver.ts
- index.ts
- streaming-json.ts
- streaming-rca-types.ts
- streaming-rca.ts
- trace-analyzer.ts
- trace-stream-client.ts
- trace-stream.worker.ts
- alert.ts
- cpu-profile.ts
- heap.ts
- index.ts
- jit.ts
- memory.ts
- report.ts
- tracing.ts
- format.ts
- helpers.ts
- index.ts
- io.ts
- remote-loader.ts
- cpu-profile-handler.ts
- heap-handler.ts
- index.ts
- tracing-handler.ts
- worker-factory.ts
- index.ts
- root-store.ts
- ui-store.ts
- globals.d.ts
- index.css
- main.tsx
- ai-rcaEngine.test.ts
- ai-tracePrompt.test.ts
- backend-detect.test.ts
- causal-rebuilder.test.ts
- cli.test.ts
- cpu-profile-diff.test.ts
- data-loader.test.ts
- differential-bench.perf.test.ts
- differential-example.test.ts
- differential-guard.test.ts
- differential.test.ts
- distributed-root-cause.test.ts
- distributed-span-tree.test.ts
- distributed-topology.test.ts
- features-pipeline.test.ts
- heap-parser.test.ts
- jit-analysis.test.ts
- jit-parser.test.ts
- jit-patch.test.ts
- ndv-codec.test.ts
- otel-adapter.test.ts
- otel-pipeline.test.ts
- performance-gate.test.ts
- rca-memory.test.ts
- regression-noise.test.ts
- sample-data.test.ts
- source-attribution.test.ts
- source-map.test.ts
- streaming-bench.perf.test.ts
- streaming-json.test.ts
- streaming-rca.test.ts
- streaming-trace-analyzer.test.ts
- trace-aggregator-convergence.test.ts
- trace-aggregator-cycle-audit.test.ts
- trace-aggregator.test.ts
- tracing-parser.test.ts
- ui-interactions.test.ts
- waterfall-flatten.test.ts
- .gitignore
- index.html
- LICENSE
- package-lock.json
- package.json
- README.md
- README.zh-CN.md
- tsconfig.json
- vite.config.ts
- vitest.config.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
// repository documentation
Was this content helpful?
(0 ratings)
