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
|
|
@ -0,0 +1,50 @@
|
|||
[
|
||||
{
|
||||
"vmid": "511",
|
||||
"name": "nats-a",
|
||||
"server_name": "nats-a",
|
||||
"host": "10.10.10.21",
|
||||
"port": 4222,
|
||||
"connections": 5,
|
||||
"in_msgs": 724962,
|
||||
"out_msgs": 1400288,
|
||||
"in_bytes": 282983166,
|
||||
"out_bytes": 248599798,
|
||||
"cpu": 2,
|
||||
"cores": 8,
|
||||
"mem": 27095040,
|
||||
"jetstream": true
|
||||
},
|
||||
{
|
||||
"vmid": "512",
|
||||
"name": "nats-b",
|
||||
"server_name": "nats-b",
|
||||
"host": "10.10.10.22",
|
||||
"port": 4222,
|
||||
"connections": 1,
|
||||
"in_msgs": 509195,
|
||||
"out_msgs": 671813,
|
||||
"in_bytes": 236003120,
|
||||
"out_bytes": 379784062,
|
||||
"cpu": 0,
|
||||
"cores": 1,
|
||||
"mem": 36028416,
|
||||
"jetstream": true
|
||||
},
|
||||
{
|
||||
"vmid": "513",
|
||||
"name": "nats-c",
|
||||
"server_name": "nats-c",
|
||||
"host": "10.10.10.23",
|
||||
"port": 4222,
|
||||
"connections": 0,
|
||||
"in_msgs": 703508,
|
||||
"out_msgs": 1715907,
|
||||
"in_bytes": 287777683,
|
||||
"out_bytes": 404038933,
|
||||
"cpu": 0,
|
||||
"cores": 1,
|
||||
"mem": 27295744,
|
||||
"jetstream": true
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue