Orchestrator detail

Clicking an orchestrator card from the Orchestrators list opens its detail page. The page has two tabs: Devices (default) and Orchestrator.

Devices tab

Devices tab of the Toradex Ivy orchestrator showing two vPLC cards (vPLC 02 and plc1, both Stopped) plus the New Device tile

The devices tab is a grid of every vPLC running (or stopped) on this orchestrator, plus a + New Device tile to add another.

Each device card shows:

ElementDescription
IconCube icon, always blue.
NameThe name you gave when you created the device.
SubtitleNetwork mode (DHCP or Static).
Status badgeRunning, Stopped, or Inactive.
3-dot menuPer-device actions: start, stop, restart, edit, delete.
UPTIMEHow long this vPLC has been up since its last start.
PROJECTThe project this vPLC is currently running, if any.

Click anywhere on a card body to open vPLC detail.

The + New Device tile launches the Add Device wizard.

Orchestrator tab

SLM-RP4 Orchestrator tab: OS Linux 6.12.35-rt10-v8+, 4 CPU cores, 1.80 GB memory, 14 disk slots, eth0 on 192.168.2.4, agent version v1.3.3, plus CPU and Memory Usage charts

The Orchestrator tab is a read-only view of the edge device's specs and current resource usage.

Header row

  • Orchestrator name and status badge (Inactive / Active).
  • Quick stats: OS, CPU CORES, MEMORY (total), DISK (total), NETWORK (primary interface and IP), VERSION (agent version).

These come from the agent's first heartbeat and are refreshed periodically. On an Inactive orchestrator they show - because no data has been reported yet.

CPU Usage chart

Live CPU utilization over time. The dropdown at the top right of the chart (1h by default) lets you change the window: 15m / 1h / 6h / 24h / 7d. The chart is empty for orchestrators that haven't been connected long enough to accumulate data.

Memory Usage chart

Same controls and behavior as the CPU chart, for memory.

These charts come from the periodic heartbeat the agent sends. If the agent is alive but the chart is flat, check that the VERSION matches the latest release, older agent versions may not stream as many metrics as newer ones.

Switching tabs

The tabs are sticky inside the orchestrator detail page. Refreshing the page keeps you on the same tab thanks to the URL.

At the top of the page, a breadcrumb shows Orchestrators → {orchestrator name} so you can jump back to the list with one click.

Where to next