-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Machines Docker Top
pukbot[bot] edited this page Aug 25, 2026
·
1 revision
Reads the processes running inside one container, using the same command and parser as the app's Processes tab.
ed machines docker top <machine> <container> [--json]
| Name | Type / values | Default | What it does |
|---|---|---|---|
<machine> |
machine name, ssh alias, id, or unambiguous prefix | required | Which machine to ask. |
<container> |
container name or id | required | Which container's processes to read. |
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emit a stable array instead of the process table. |
--help, -h
|
flag | off | Print help and exit 0. |
Plain output has PID, user, CPU, memory and command columns. JSON uses the stable
keys pid, user, cpuPercent, memoryPercent and command. Percentage
values remain strings because docker may return platform-specific sentinel text.
The shared operation first requests explicit process columns and falls back to
the platform's default docker top layout. It has a 30 second timeout and keeps
the order docker returns.
ed machines docker top tuf api
ed machines docker top tuf api --json | jq -r '.[] | [.pid, .command] | @tsv'
-
ed machines docker, the rest of this group - All
edcommands
Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Guides