Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cli/sandbox-commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ msb metrics --format json # One-shot JSON output

| Flag | Description |
|------|-------------|
| `-w`, `--watch` | Continuously refresh the table in place. Ctrl-C to quit. Requires a terminal |
| `-w`, `--watch` | Continuously refresh the table in place. Ctrl+C to quit. Requires a terminal |
| `-f`, `--follow` | Stream one JSON Lines object per sandbox per interval to stdout |
| `--interval` | Refresh interval for `--watch`/`--follow` (e.g. `500ms`, `2s`). Default `1s` |
| `-a`, `--all` | Include `exited` rows: terminal metrics preserved in the registry until the slot is reused |
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/development/vnc-desktop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ icon: "desktop"

VNC does not require a physical display or GPU. TigerVNC's X server draws into a virtual framebuffer in guest memory, encodes changed regions, and sends them to the client. noVNC provides the browser client over WebSockets.

This example runs the lightweight LXQt desktop with Breeze styling and opens QTerminal. It is useful for GUI-only utilities, observing browser sessions, and testing desktop applicationsnot for graphics-performance workloads.
This example runs the lightweight LXQt desktop with Breeze styling and opens QTerminal. It is useful for GUI-only utilities, observing browser sessions, and testing desktop applications. It is not suited to graphics-performance workloads.

## Run the desktop

Expand Down
Loading