alces-software / adminware

A sandbox CLI for running commands remotely across nodes
1 stars 0 forks source link

Node centric view of commands #101

Closed WilliamMcCumstie closed 6 years ago

WilliamMcCumstie commented 6 years ago

There needs to be way to view what has ran on a particular node. This means polling the database for each command for a node. This can the be displayed back to the user. Please refer to the engineering notes on flight-center for a possible lay out.

The table should have a row for each batch tool. Note that not all the commands will have been ran on all the nodes. If a command has not been ran, do not add it to the table. We can discuss the UI aspect of this at a later date.

The table should have the following columns:

  1. Command/tool name
  2. batch id - so the individual job can be queried through batch view
  3. Exit Code
  4. Date
  5. Number of times ran?