@pres/fin

pres graphic financial dashboard

Usage no npm install needed!

<script type="module">
  import presFin from 'https://cdn.skypack.dev/@pres/fin';
</script>

README

@pres/fin

screen record

System monitoring dashboard for terminal.

NPM Version NPM Downloads Snap Status Docker Pulls Docker Cloud Build Status

Requirements

  • Linux / OSX / Windows (partial support)
  • Node.js >= v8

Installation

$ npm install @pres/fin -g

Docker

You need to assign host net and pid to access the metrics in the host machine.

$ docker run --rm -it \
    --name @pres/fin \
    --net="host" \
    --pid="host" \
    aksakalli/@pres/fin

-OR-

Run @pres/fin in your terminal using the @pres/fin command, but in a docker container by running the following lines.

$ sh -c "$(curl -fSsL https://raw.githubusercontent.com/aksakalli/@pres/fin/master/@pres/fin-docker.sh)"

$ @pres/fin		# Run @pres/fin from your terminal whenever you want to open @pres/fin.

Usage

Start @pres/fin with the @pres/fin command

$ @pres/fin

To stop @pres/fin use q, or ctrl+c in most shell environments.

You can sort the process table by pressing

  • p: Process Id
  • c: CPU usage
  • m: Memory usage

Troubleshooting

If you see question marks or other different characters, try to run it with these environment variables:

$ LANG=en_US.utf8 TERM=xterm-256color @pres/fin

License

Released under the MIT license.