helloweishi / htop

htop - an interactive process viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

htop

CI Coverity Scan Build Status Mailing List IRC #htop Github Release Download

Introduction

htop is a cross-platform interactive process viewer. It requires ncurses.

For more information and details on how to contribute to htop visit htop.dev.

Build instructions

This program is distributed as a standard autotools-based package. For detailed instructions see the INSTALL file, which is created after ./autogen.sh is run.

When compiling from a release tarball, run:

./configure && make

For compiling sources downloaded from the Git repository, run:

./autogen.sh && ./configure && make

By default make install will install into /usr/local, for changing the path use ./configure --prefix=/some/path.

See the manual page (man htop) or the on-line help ('F1' or 'h' inside htop) for a list of supported key commands.

License

GNU General Public License, version 2 (GPL-2.0)

About

htop - an interactive process viewer

License:GNU General Public License v2.0


Languages

Language:C 91.4%Language:Lua 2.5%Language:M4 2.0%Language:Roff 1.8%Language:C++ 1.2%Language:Makefile 1.0%Language:Objective-C 0.1%Language:Shell 0.0%