Spread fleet replicas across extra machines and show message RTT percentiles
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
machines.json plus Add-machine UI place copies on the least-loaded host. Monitor samples processing RTT and displays min, avg, p50, and p90 for capacity planning. Remote hosts run src/agent.js.
This commit is contained in:
parent
6fbc808bb1
commit
b325f6f697
17 changed files with 673 additions and 53 deletions
30
packages/verae-fleet/machines.json
Normal file
30
packages/verae-fleet/machines.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"machines": [
|
||||
{
|
||||
"id": "local",
|
||||
"title": "Control plane (this host)",
|
||||
"kind": "local",
|
||||
"host": "127.0.0.1",
|
||||
"enabled": true,
|
||||
"capacity": 32,
|
||||
"roles": ["*"]
|
||||
},
|
||||
{
|
||||
"id": "ns1",
|
||||
"title": "NS1.GEORGELAMBERT.ORG",
|
||||
"kind": "agent",
|
||||
"host": "70.88.205.138",
|
||||
"agentPort": 3851,
|
||||
"enabled": false,
|
||||
"capacity": 24,
|
||||
"roles": [
|
||||
"tree-node",
|
||||
"archive-worm",
|
||||
"archive-aggregator",
|
||||
"job-poller",
|
||||
"webhook-deliver"
|
||||
],
|
||||
"notes": "Run `node src/agent.js` on NS1, then enable this machine to spread tree-node / WORM capacity. Agent port is loopback-plus-SSH-tunnel or private LAN — do not publish NATS."
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue