CLI tool for single process monitoring written in Node.js
#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
sudo npm install -g utop
$ utop
Usage: utop [options] <command>
Options:
-i, --interval <n> update interval in seconds (default: 0.5)
-h, --chart-height <n> chart height in rows (default: 1)
--demo run program in demo mode
-v, --version output the version number
-h, --help output usage information
# default
$ utop --demo
# height = 3 rows
$ utop --demo -h 3
Node.js v6.0.0 or higher.
git clone https://github.com/antonfisher/utop.git
npm install
npm run dev
npm run demo
npm run test:cpu
npm run build
MIT License. Free use and change.