This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 35ca2e87a Publish built docs triggered by 
3a9b10b5e656e391b18d4a8b1ac1223378335baf
35ca2e87a is described below

commit 35ca2e87af03576ca9647e34c9aa9a991d415af2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 12 05:22:23 2026 +0000

    Publish built docs triggered by 3a9b10b5e656e391b18d4a8b1ac1223378335baf
---
 _sources/user-guide/cli.md.txt | 27 +++++++++++++++++++-------
 searchindex.js                 |  2 +-
 user-guide/cli.html            | 43 ++++++++++++++++++++++++++++++++++++------
 3 files changed, 58 insertions(+), 14 deletions(-)

diff --git a/_sources/user-guide/cli.md.txt b/_sources/user-guide/cli.md.txt
index 2b7a34c58..113601355 100644
--- a/_sources/user-guide/cli.md.txt
+++ b/_sources/user-guide/cli.md.txt
@@ -158,10 +158,15 @@ ballista-cli
 
 The TUI provides the following views:
 
-- **Executors**: Lists all registered executors with their host, port, CPU 
cores, memory, and current job count. Supports sorting by any column.
-- **Jobs**: Displays active and completed jobs with their status, start time, 
and duration. Supports sorting, job search (`/`), and shows job details on 
selection.
-- **Job Stages**: When viewing a job, press `Enter` to see its execution 
stages with input/output rows, elapsed compute, and task percentiles.
-- **Stage Tasks & Plan**: Within the Job Stages view, press `Enter` to see 
individual task details or `p` to view the stage execution plan.
+- **Executors**: Lists all registered executors with their host, port, task 
slots, memory usage, and last seen time.
+  Supports sorting by any column.
+- **Executor details**: Select an executor and press `Enter` to show extra 
details about it.
+- **Jobs**: Displays active and completed jobs with their status, start time, 
and duration. Supports sorting, job
+  search (`/`), and shows job details on selection.
+- **Job Stages**: When viewing a job, press `Enter` to see its execution 
stages with input/output rows, elapsed compute,
+  and task percentiles.
+- **Stage Tasks & Plan**: Within the Job Stages view, press `Enter` to see 
individual task details or `p` to view the
+  stage execution plan.
 - **Job Plans**: For completed jobs, press `p` to view the Stage, Physical, or 
Logical query plans.
 - **Job Stages Graph**: Press `g` to visualize the job's stage execution graph.
 - **Metrics**: Fetches and displays Prometheus metrics from the scheduler, 
including query execution statistics.
@@ -226,9 +231,17 @@ The TUI provides the following views:
 
 #### Executors View Keybindings
 
-| Key             | Action                            |
-| --------------- | --------------------------------- |
-| `1` / `2` / `3` | Sort by first/second/third column |
+| Key                   | Action                                       |
+| --------------------- | -------------------------------------------- |
+| `Enter`               | Show extra details for the selected executor |
+| `1` / `2` / `3` / ... | Sort by first/second/third/... column        |
+
+#### Executor Details Popup Keybindings
+
+| Key       | Action         |
+| --------- | -------------- |
+| `↑` / `↓` | Scroll up/down |
+| `Esc`     | Close popup    |
 
 #### Metrics View Keybindings
 
diff --git a/searchindex.js b/searchindex.js
index 81dd4a395..8423a3afe 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"Adaptive Query Execution (Experimental)": 
[[25, "adaptive-query-execution-experimental"]], "Aggregate Functions": [[24, 
"aggregate-functions"]], "Apache DataFusion Ballista": [[4, null]], 
"Arrow-native": [[1, "arrow-native"]], "Autoscaling Executors": [[11, 
"autoscaling-executors"]], "Ballista Architecture": [[1, null]], "Ballista Code 
Organization": [[2, null]], "Ballista Command-line Interface": [[5, null]], 
"Ballista Configuration Settings": [[6, "balli [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"Adaptive Query Execution (Experimental)": 
[[25, "adaptive-query-execution-experimental"]], "Aggregate Functions": [[24, 
"aggregate-functions"]], "Apache DataFusion Ballista": [[4, null]], 
"Arrow-native": [[1, "arrow-native"]], "Autoscaling Executors": [[11, 
"autoscaling-executors"]], "Ballista Architecture": [[1, null]], "Ballista Code 
Organization": [[2, null]], "Ballista Command-line Interface": [[5, null]], 
"Ballista Configuration Settings": [[6, "balli [...]
\ No newline at end of file
diff --git a/user-guide/cli.html b/user-guide/cli.html
index 7a85c02f7..2597e4dbc 100644
--- a/user-guide/cli.html
+++ b/user-guide/cli.html
@@ -367,6 +367,11 @@
        Executors View Keybindings
       </a>
      </li>
+     <li class="toc-h4 nav-item toc-entry">
+      <a class="reference internal nav-link" 
href="#executor-details-popup-keybindings">
+       Executor Details Popup Keybindings
+      </a>
+     </li>
      <li class="toc-h4 nav-item toc-entry">
       <a class="reference internal nav-link" href="#metrics-view-keybindings">
        Metrics View Keybindings
@@ -561,10 +566,15 @@ that provides a visual overview of the Ballista 
cluster.</p>
 <h3>TUI Features<a class="headerlink" href="#tui-features" title="Link to this 
heading">¶</a></h3>
 <p>The TUI provides the following views:</p>
 <ul class="simple">
-<li><p><strong>Executors</strong>: Lists all registered executors with their 
host, port, CPU cores, memory, and current job count. Supports sorting by any 
column.</p></li>
-<li><p><strong>Jobs</strong>: Displays active and completed jobs with their 
status, start time, and duration. Supports sorting, job search (<code 
class="docutils literal notranslate"><span class="pre">/</span></code>), and 
shows job details on selection.</p></li>
-<li><p><strong>Job Stages</strong>: When viewing a job, press <code 
class="docutils literal notranslate"><span class="pre">Enter</span></code> to 
see its execution stages with input/output rows, elapsed compute, and task 
percentiles.</p></li>
-<li><p><strong>Stage Tasks &amp; Plan</strong>: Within the Job Stages view, 
press <code class="docutils literal notranslate"><span 
class="pre">Enter</span></code> to see individual task details or <code 
class="docutils literal notranslate"><span class="pre">p</span></code> to view 
the stage execution plan.</p></li>
+<li><p><strong>Executors</strong>: Lists all registered executors with their 
host, port, task slots, memory usage, and last seen time.
+Supports sorting by any column.</p></li>
+<li><p><strong>Executor details</strong>: Select an executor and press <code 
class="docutils literal notranslate"><span class="pre">Enter</span></code> to 
show extra details about it.</p></li>
+<li><p><strong>Jobs</strong>: Displays active and completed jobs with their 
status, start time, and duration. Supports sorting, job
+search (<code class="docutils literal notranslate"><span 
class="pre">/</span></code>), and shows job details on selection.</p></li>
+<li><p><strong>Job Stages</strong>: When viewing a job, press <code 
class="docutils literal notranslate"><span class="pre">Enter</span></code> to 
see its execution stages with input/output rows, elapsed compute,
+and task percentiles.</p></li>
+<li><p><strong>Stage Tasks &amp; Plan</strong>: Within the Job Stages view, 
press <code class="docutils literal notranslate"><span 
class="pre">Enter</span></code> to see individual task details or <code 
class="docutils literal notranslate"><span class="pre">p</span></code> to view 
the
+stage execution plan.</p></li>
 <li><p><strong>Job Plans</strong>: For completed jobs, press <code 
class="docutils literal notranslate"><span class="pre">p</span></code> to view 
the Stage, Physical, or Logical query plans.</p></li>
 <li><p><strong>Job Stages Graph</strong>: Press <code class="docutils literal 
notranslate"><span class="pre">g</span></code> to visualize the job’s stage 
execution graph.</p></li>
 <li><p><strong>Metrics</strong>: Fetches and displays Prometheus metrics from 
the scheduler, including query execution statistics.</p></li>
@@ -729,8 +739,29 @@ that provides a visual overview of the Ballista 
cluster.</p>
 </tr>
 </thead>
 <tbody>
-<tr class="row-even"><td><p><code class="docutils literal notranslate"><span 
class="pre">1</span></code> / <code class="docutils literal notranslate"><span 
class="pre">2</span></code> / <code class="docutils literal notranslate"><span 
class="pre">3</span></code></p></td>
-<td><p>Sort by first/second/third column</p></td>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span 
class="pre">Enter</span></code></p></td>
+<td><p>Show extra details for the selected executor</p></td>
+</tr>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span 
class="pre">1</span></code> / <code class="docutils literal notranslate"><span 
class="pre">2</span></code> / <code class="docutils literal notranslate"><span 
class="pre">3</span></code> / …</p></td>
+<td><p>Sort by first/second/third/… column</p></td>
+</tr>
+</tbody>
+</table>
+</section>
+<section id="executor-details-popup-keybindings">
+<h4>Executor Details Popup Keybindings<a class="headerlink" 
href="#executor-details-popup-keybindings" title="Link to this 
heading">¶</a></h4>
+<table class="table">
+<thead>
+<tr class="row-odd"><th class="head"><p>Key</p></th>
+<th class="head"><p>Action</p></th>
+</tr>
+</thead>
+<tbody>
+<tr class="row-even"><td><p><code class="docutils literal notranslate"><span 
class="pre">↑</span></code> / <code class="docutils literal notranslate"><span 
class="pre">↓</span></code></p></td>
+<td><p>Scroll up/down</p></td>
+</tr>
+<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span 
class="pre">Esc</span></code></p></td>
+<td><p>Close popup</p></td>
 </tr>
 </tbody>
 </table>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to