Files
bare-operating-system/packages/bare-os-coreutils/test/fixtures/baretop-sample-metrics.json
T
2026-04-05 17:07:57 -04:00

55 lines
1.6 KiB
JSON

{
"schema": 4,
"schemaNote": "fixture for baretop tests; mirrors metrics_live shape",
"atMs": 1700000000000,
"coalesceMs": 250,
"session": {
"execLineCount": 42,
"pipelineBytesTotal": 8192,
"execLineWallMsTotal": 1500
},
"peers": 3,
"pipeline": { "maxBytes": 1048576, "maxDepth": 8 },
"delegateInflight": { "http": 1, "dns": 0 },
"delegateRateBuckets": { "http": [1, 0, 2] },
"kernelCounters": { "vfs.readfile.samples": 12, "initd.unit_failed_final": 1 },
"replicationLive": {
"stallHint": "",
"systemCoreLength": 4,
"personalCoreLength": 2,
"auxiliaryDriveCount": 0,
"peerCount": 3,
"warmReplAdaptive": { "skippedFullFlushCount": 7 }
},
"warmReadCache": { "entries": 100 },
"ipcTelemetry": { "channels": 2 },
"bootBudgetCold": { "exceeded": false, "wallMs": 10, "limitMs": 5000 },
"bootBudgetBareStdlib": { "exceeded": false },
"swarmLifecycle": { "phase": "steady" },
"initdReadiness": { "failed": 0, "starting": 1, "active": 4 },
"workerBudgetHints": { "wallMsMax": 60000 },
"processTable": { "schema": 7, "rows": [] },
"netSummaryNestedExample": {
"schemaVersion": 2,
"topicHex": "deadbeef",
"peerCount": 2,
"seedHandshakeError": "",
"replicationQueueDepth": 4,
"peerFirewallBlockedSessions": 0,
"peerFirewallAllowedSessions": 12,
"replicationQueue": {
"depth": 4,
"lastError": null,
"batches": [{ "id": 1, "state": "pending" }]
},
"peerFirewallStats": {
"sessions": { "blocked": 0, "allowed": 12 }
},
"bsdSocketGuestBridge": {
"schema": 1,
"policyEnv": "default",
"note": "fixture"
}
}
}