Skip to content

SptDB: Perf Monitor

A performance monitor that tracks query and store metrics and exports reports.

Source: examples/sptdb/perf-monitor.js

Usage

bash
node examples/sptdb/perf-monitor.js

What It Does

  1. Wraps SptDB operations with instrumentation
  2. Collects latency, throughput, and error rate metrics
  3. Exports a summary report at the end of the run

Released under the MIT License.