Skip to content

Simple top-like tool for monitoring your Teraslice cluster.

Notifications You must be signed in to change notification settings

godber/teraslice-top

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple top-like tool for monitoring your Teraslice cluster.

Resources

Stars

Watchers

Forks

Packages

No packages published