Files
bare-operating-system/packages/bare-os-coreutils/man/pages/swarmtop.json
T

23 lines
810 B
JSON

{
"name": "swarmtop",
"section": 1,
"title": "p2p fleet dashboard",
"synopsis": [
"swarmtop",
"swarmtop watch",
"swarmtop events [N]",
"swarmtop ping [LABEL]"
],
"description": "Shows a fleet-oriented p2p dashboard for booted Bare OS peers. It combines `/proc/bare_os/swarm` snapshots with `bare-p2p-v1` envelopes transported over the existing swarm chat channel. On a TTY with no subcommand it opens a lightweight full-screen view.",
"options": [],
"keywords": ["p2p", "swarm", "dashboard", "tui"],
"examples": [
{ "caption": "open full-screen dashboard", "code": "swarmtop" },
{ "caption": "emit a fleet ping event", "code": "swarmtop ping maintenance-window" }
],
"seeAlso": [
{ "name": "chat", "section": 1 },
{ "name": "baretop", "section": 1 }
]
}