Skip to content

ton1517/ttop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 23, 2015
6f309ad · Jun 23, 2015

History

85 Commits
Jun 23, 2015
Sep 26, 2013
Jun 22, 2014
Sep 26, 2013
Sep 29, 2013
Jun 22, 2014
Jun 22, 2014
Sep 29, 2013

Repository files navigation

ttop

ttop is CLI graphical system monitor. this tools is designed for use with tmux.

https://raw.github.com/wiki/ton1517/ttop/images/ttop.gif

requirements

python

  • python >= 3.3.1 or 2.7.3

tmux

  • tmux >= 1.8

python library

  • docopt >= 0.6.1
  • psutil >= 2.1.1

installation

install from pypi

easy_install ttop

or

pip install ttop

install from github

git clone https://github.com/ton1517/ttop.git
cd ttop
python setup.py install

usage

Usage:
  ttop [--no-color] [--interval <s>] [--no-tmux] [normal | minimal | stack] [horizontal | vertical]
  ttop -h | --help
  ttop -v | --version

Options:
  -h --help           show help.
  -v --version        show version.
  -C --no-color       use monocolor.
  -i --interval <s>   refresh interval(second) [default: 1.0].
  -T --no-tmux        don't use tmux mode.