utop

1.4.1 • Public • Published

utop

CLI tool for single process monitoring written in Node.js

Build Status npm GitHub license status

Main view

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 (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

Chart height

# default 
$ utop --demo
UTop -h 1

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

Requirements

Node.js v6.0.0 or higher.

Development version

git clone https://github.com/antonfisher/utop.git
npm install
npm run dev
npm run demo
npm run test:cpu
npm run build

License

MIT License. Free use and change.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.1
    1
    • latest

Version History

Package Sidebar

Install

npm i utop

Weekly Downloads

1

Version

1.4.1

License

MIT

Unpacked Size

32.1 kB

Total Files

17

Last publish

Collaborators

  • afschr