-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Machines Thermal Status
ed machines thermal status <machine> reports the active Linux platform
profile and every profile offered by the machine. It is the group's default
subcommand.
ed machines thermal status <machine> [--json]
| Name | Type / values | Default | What it does |
|---|---|---|---|
<machine> |
machine name, SSH alias, UUID or unambiguous prefix | required | Which machine to inspect. |
--json |
flag | off | Emit one state object on stdout. |
ed machines thermal status tuf
ed machines tuf thermal status
ed machines thermal status tuf --jsonThe human form prints MACHINE, CURRENT and AVAILABLE columns. JSON returns
one object with machine, current and choices fields:
{
"choices": [
"low-power",
"balanced",
"performance"
],
"current": "balanced",
"machine": "Asus TUF 7"
}The command runs a 15-second remote read. It succeeds only when both
/sys/firmware/acpi/platform_profile and
/sys/firmware/acpi/platform_profile_choices are readable, the current value
contains only letters, digits, hyphens or underscores, and the current value is
one of the reported choices.
This command exits 4 when the machine cannot be reached or does not expose both platform profile sysfs files. An unknown or ambiguous machine exits 3. It does not need sudo and does not change the machine.
Fan RPM is streamed into the Cooling card in the app by the normal machine metrics connection. The status command focuses on the writable profile state.
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