Measure maximized NATS cluster: 8 cores, 16 GiB, tmpfs JetStream.
Some checks are pending
offline / test (push) Waiting to run

Same NS1 ladder as 20260912T051237Z. Product streams restored to ZFS;
raised cores, RAM, and max_mem stay on 510–513.
This commit is contained in:
George Lambert 2026-09-12 01:34:49 -04:00
parent c5d286dc6b
commit a7a7ec86ce
63 changed files with 4298 additions and 11 deletions

View file

@ -0,0 +1,50 @@
[
{
"vmid": "511",
"name": "nats-a",
"server_name": "nats-a",
"host": "10.10.10.21",
"port": 4222,
"connections": 3,
"in_msgs": 3013,
"out_msgs": 3037,
"in_bytes": 177854,
"out_bytes": 203258,
"cpu": 1,
"cores": 8,
"mem": 14553088,
"jetstream": true
},
{
"vmid": "512",
"name": "nats-b",
"server_name": "nats-b",
"host": "10.10.10.22",
"port": 4222,
"connections": 3,
"in_msgs": 1415,
"out_msgs": 1424,
"in_bytes": 126181,
"out_bytes": 72041,
"cpu": 0,
"cores": 1,
"mem": 13557760,
"jetstream": true
},
{
"vmid": "513",
"name": "nats-c",
"server_name": "nats-c",
"host": "10.10.10.23",
"port": 4222,
"connections": 0,
"in_msgs": 1361,
"out_msgs": 1395,
"in_bytes": 108748,
"out_bytes": 69591,
"cpu": 1,
"cores": 1,
"mem": 14028800,
"jetstream": true
}
]