Engine Info

Display engine and host attributes

Usage

Terminal
dxflow engine info

Output

Terminal
● Engine
  Identity    a1b2c3d4e5f6
  Directory   /home/user/.dxflow
  Profile     default
  Version     2.0.0
● System
  OS          ubuntu 24.04  (x86_64)
  CPU         AMD EPYC 7763  (8 CORE)
  GPU         2× NVIDIA H100 80GB HBM3 (86 GB)
  Memory      67 GB  (+4.3 GB swap)
  Disk        os (512 GB)  volume (2.0 TB)
  Network     eth0 (02:42:ac:11:00:02)
  Runtime     docker 27.3.1  podman 5.2.3

GPU, Disk, and Network rows are omitted when nothing is detected. Runtime lists only the container runtimes configured for the profile whose binary responded to --version.

The command queries the engine over /api/engine/info/, so the values reflect the host the engine runs on. Run locally it auto-starts a transient engine when none is running; pointed at a remote engine it queries that one.