utop
CLI tool for single process monitoring written in Node.js
Try w/o installation
#run demo npx utop --demo #run any program npx utop node server.js #run any program with options npx utop -- tail -f /var/log/syslog
Install globally
sudo npm install -g utop
Usage
$ utop Usage: utop [options] <command> Options: -i, --interval <n> update interval in seconds -h, --chart-height <n> chart height in rows --demo run program in demo mode -v, --version output the version number -h, --help output usage information
Chart height
# default $ utop --demo

# height = 3 rows $ utop --demo -h 3

Requirements
Node.js v6.0.0 or higher.
Development version
git clone https://github.com/antonfisher/utop.gitnpm installnpm run devnpm run demonpm run test:cpunpm run build
License
MIT License. Free use and change.