SAPI Stress Test Dashboard
Live view of active stress tests across C, C#, Java, and Python.
| Status | Interface | Run ID | Elapsed | RSS (MB) | RSS Delta | Commit (MB) | Pub OK | Pub Fail | Pub/s | Avg Pub/s | Qry OK | Qry Fail | Qry/s | Avg Qry/s | Threads | Last Seen | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Loading... | |||||||||||||||||
Legend
- Status: Active means the client posted within the last 30 seconds; Completed is older.
- Interface: Client language implementation: C, C#, Java, or Python.
- Run ID: Shared GUID for one stress-test launch across all language clients.
- Elapsed: Client-reported runtime for this interface process.
- RSS (MB): Resident memory currently backed by physical RAM.
- RSS Delta: RSS change since the client baseline snapshot; positive growth is highlighted.
- Commit (MB): Process-private or committed memory reported by the client. This is used for leak detection instead of raw reserved address space, which is misleading for .NET and JVM runtimes.
- Pub OK / Pub Fail: Total publish successes and failures since the client started.
- Pub/s / Avg Pub/s: Current publish rate over the latest tick and average publish rate for the run.
- Qry OK / Qry Fail: Total query successes and failures since the client started.
- Qry/s / Avg Qry/s: Current query rate over the latest tick and average query rate for the run.
- Threads: Client-reported worker/runtime thread count after excluding dashboard bookkeeping threads.
- Last Seen: Dashboard server timestamp for the latest post received from this client.
- Storage: Raw samples are kept for recent active data; older or completed-run samples compact into 15-minute rollups.