Thin alias for experimentMonitor() in tmux-scan mode (no ef / queue_paths). Preserved for backwards compatibility; new code should call experimentMonitor() directly so the same call works for experimentFuture() / experimentSBATCH() runs by passing ef.

tmuxListPanes(stats = FALSE)

Arguments

stats

Logical. When TRUE, queries ps per worker (locally or via batched SSH) to append state, cpuAvg (percent CPU averaged over the process's lifetime – not the instantaneous rate htop shows), RAM (GB) (resident memory), availableCores (total CPUs on the node, from nproc), and total RAM (GB) (total RAM on the node, from /proc/meminfo). Default FALSE.

Value

Same as experimentMonitor(stats = stats) in tmux mode – see that function's docs.