Simple top-like tool for monitoring a Teraslice cluster.
This currently only has basic functionality of showing Teraslice Nodes, Workers,
Slicers, Jobs and Execution Contexts. There is not much in the way of control
or configuration yet. You will have to resize your screen to see all of the
output and use Ctrl+C
to exit it at this point.
It can be installed using the following command:
npm install -g teraslice-top
Usage: ts-top [options] [host]
Options:
-p, --port Port of Teraslice master node [number] [default: 5678]
-t, --timeout Time between refresh (seconds) [number] [default: 2]
-h, --help Show help [boolean]
Examples:
# Run ts-top on the teraslice master running on localhost:5678
ts-top
# Run ts-top on the teraslice master running on 10.0.0.12:45678
ts-top -p 45678 10.0.0.12
Running ts-top
will result in a screen similar to that shown below: