teraslice-top

1.0.7 • Public • Published

Teraslice Top (ts-top)

Simple top-like tool for monitoring a Teraslice cluster.

Build Status

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.

Installation

It can be installed using the following command:

npm install -g teraslice-top

Usage information

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

Examples

Running ts-top will result in a screen similar to that shown below:

Teraslice Top Screenshot

/teraslice-top/

    Package Sidebar

    Install

    npm i teraslice-top

    Weekly Downloads

    5

    Version

    1.0.7

    License

    BSD-2-Clause

    Unpacked Size

    229 kB

    Total Files

    11

    Last publish

    Collaborators

    • godber