Add exhaustive NATS factorial, MQTT/UDP probes, and optimal-config report.
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:
George Lambert 2026-09-12 02:06:03 -04:00
parent a7a7ec86ce
commit c83f1c6717
77 changed files with 5089 additions and 4 deletions

View file

@ -0,0 +1,50 @@
[
{
"vmid": "511",
"name": "nats-a",
"server_name": "nats-a",
"host": "10.10.10.21",
"port": 4222,
"connections": 5,
"in_msgs": 31443,
"out_msgs": 31725,
"in_bytes": 1501396,
"out_bytes": 1924069,
"cpu": 1,
"cores": 8,
"mem": 15785984,
"jetstream": true
},
{
"vmid": "512",
"name": "nats-b",
"server_name": "nats-b",
"host": "10.10.10.22",
"port": 4222,
"connections": 1,
"in_msgs": 24330,
"out_msgs": 24480,
"in_bytes": 1424418,
"out_bytes": 1398562,
"cpu": 1,
"cores": 1,
"mem": 15892480,
"jetstream": true
},
{
"vmid": "513",
"name": "nats-c",
"server_name": "nats-c",
"host": "10.10.10.23",
"port": 4222,
"connections": 0,
"in_msgs": 19051,
"out_msgs": 19034,
"in_bytes": 1373987,
"out_bytes": 1036018,
"cpu": 0,
"cores": 1,
"mem": 14262272,
"jetstream": true
}
]