# triton-top

> Toy app for showing triton metrics for your zones like top does processes

Latest version **1.0.0** (published 2017-04-02) · MPL-2.0 license · 0 weekly downloads

## Install

```sh
npm install triton-top
pnpm add triton-top
yarn add triton-top
bun add triton-top
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-04-02 |
| First published | 2017-04-02 |
| Weekly downloads | 0 |
| License | MPL-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Richard Kiene |
| Maintainers | shmeeny |

## Links

- npm: https://www.npmjs.com/package/triton-top
- Repository: https://github.com/richardkiene/triton-top
- Homepage: https://github.com/richardkiene/triton-top#readme
- Issues: https://github.com/richardkiene/triton-top/issues
- npm.io page: https://npm.io/package/triton-top

## Dependencies (8)

- [clui](https://npm.io/package/clui.md) ^0.3.1
- [jsprim](https://npm.io/package/jsprim.md) ^1.4.0
- [vasync](https://npm.io/package/vasync.md) ^1.6.4
- [dashdash](https://npm.io/package/dashdash.md) ^1.14.1
- [cli-color](https://npm.io/package/cli-color.md) ^1.2.0
- [extsprintf](https://npm.io/package/extsprintf.md) ^1.3.0
- [assert-plus](https://npm.io/package/assert-plus.md) ^1.0.0
- [restify-clients](https://npm.io/package/restify-clients.md) ^1.5.0

## Recent versions

- 1.0.0 (latest) — 2017-04-02

## README

# triton-top

## Toy app for showing a top like interface for a given Triton user

__WARNING__ Not fully supported and will eventually be moved into node-triton

![Running App](https://us-east.manta.joyent.com/shmeeny/public/ttop_latest.png)

```
[user@box ~/code/triton-top]# node index.js
usage: node index.js [OPTIONS]
options:
    --version                         Print tool version and exit.
    -h, --help                        Print this help and exit.
    -c CERT, --cert=CERT              cert file path.
    -e ENDPOINT, --endpoint=ENDPOINT  Container Monitor endpoint to pull from.
    -k KEY, --key=KEY                 key file path.
    --cpus=CPUS                       optional number of CPUs to assume.
```

```
[root@dev01 ~/code/triton-top]# node --abort-on-uncaught-exception index.js \
-e cmon.coal.joyent.us -c cert.pem -k key.pem --cpus=4
```

---
_Source: https://npm.io/package/triton-top · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
