1.0.7 • Published 4 years ago

teraslice-top v1.0.7

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
4 years ago

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:

1.0.7

4 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago