Add exhaustive NATS factorial, MQTT/UDP probes, and optimal-config report.
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
Compares r=1 vs r=3, file vs memory, reconnect tax, and projects three HP DL360 Gen10 NVMe + 10GbE boxes. Keep NATS; do not switch to MQTT/UDP.
This commit is contained in:
parent
a7a7ec86ce
commit
c83f1c6717
77 changed files with 5089 additions and 4 deletions
|
|
@ -870,6 +870,10 @@ def main() -> None:
|
|||
"packages/zapier-decisions/reports/ns1-maximize/nats-cluster-bench-ns1.pdf",
|
||||
"Maximized NS1 study: 8 cores, 16 GiB, tmpfs JetStream (delta)",
|
||||
),
|
||||
(
|
||||
"packages/zapier-decisions/reports/optimal-config/REPORT.pdf",
|
||||
"Optimal NATS config study + DL360 Gen10 projection",
|
||||
),
|
||||
("packages/verae-nats-cluster/BENCH.pdf", "NATS cluster throughput tables (2026-09-12)"),
|
||||
("overview/README.pdf", "System overview"),
|
||||
("overview/INDEX.pdf", "Documentation index"),
|
||||
|
|
@ -895,6 +899,10 @@ def main() -> None:
|
|||
"packages/zapier-decisions/reports/ns1-maximize/nats-cluster-bench-ns1.html",
|
||||
"Maximized NS1 study (8c/16G/tmpfs)",
|
||||
),
|
||||
(
|
||||
"packages/zapier-decisions/reports/optimal-config/REPORT.html",
|
||||
"Optimal NATS config study + DL360 projection",
|
||||
),
|
||||
("packages/verae-nats-cluster/BENCH.html", "NATS cluster throughput tables"),
|
||||
("docs-master/MESSAGE-FLOWS.html", "Numbered message flows"),
|
||||
("docs-master/modules-and-nats.html", "NATS address table"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue