You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 years ago | |
|---|---|---|
| .github/workflows | 6 years ago | |
| darwin | 6 years ago | |
| dragonflybsd | 6 years ago | |
| freebsd | 6 years ago | |
| linux | 6 years ago | |
| openbsd | 6 years ago | |
| solaris | 6 years ago | |
| unsupported | 6 years ago | |
| zfs | 6 years ago | |
| .editorconfig | 6 years ago | |
| .gitignore | 6 years ago | |
| .travis.yml | 6 years ago | |
| AUTHORS | ||
| Action.c | 6 years ago | |
| Action.h | 6 years ago | |
| Affinity.c | 6 years ago | |
| Affinity.h | 6 years ago | |
| AffinityPanel.c | 6 years ago | |
| AffinityPanel.h | 6 years ago | |
| AvailableColumnsPanel.c | 6 years ago | |
| AvailableColumnsPanel.h | 6 years ago | |
| AvailableMetersPanel.c | 6 years ago | |
| AvailableMetersPanel.h | 6 years ago | |
| BatteryMeter.c | 6 years ago | |
| BatteryMeter.h | 6 years ago | |
| CONTRIBUTING.md | 6 years ago | |
| COPYING | 6 years ago | |
| CPUMeter.c | 6 years ago | |
| CPUMeter.h | 6 years ago | |
| CRT.c | 6 years ago | |
| CRT.h | 6 years ago | |
| CategoriesPanel.c | 6 years ago | |
| CategoriesPanel.h | 6 years ago | |
| ChangeLog | 6 years ago | |
| CheckItem.c | 6 years ago | |
| CheckItem.h | 6 years ago | |
| ClockMeter.c | 6 years ago | |
| ClockMeter.h | 6 years ago | |
| ColorsPanel.c | 6 years ago | |
| ColorsPanel.h | 6 years ago | |
| ColumnsPanel.c | 6 years ago | |
| ColumnsPanel.h | 6 years ago | |
| DisplayOptionsPanel.c | 6 years ago | |
| DisplayOptionsPanel.h | 6 years ago | |
| EnvScreen.c | 6 years ago | |
| EnvScreen.h | 6 years ago | |
| FunctionBar.c | 6 years ago | |
| FunctionBar.h | 6 years ago | |
| Hashtable.c | 6 years ago | |
| Hashtable.h | 6 years ago | |
| Header.c | 6 years ago | |
| Header.h | 6 years ago | |
| HostnameMeter.c | 6 years ago | |
| HostnameMeter.h | 6 years ago | |
| IncSet.c | 6 years ago | |
| IncSet.h | 6 years ago | |
| InfoScreen.c | 6 years ago | |
| InfoScreen.h | 6 years ago | |
| ListItem.c | 6 years ago | |
| ListItem.h | 6 years ago | |
| LoadAverageMeter.c | 6 years ago | |
| LoadAverageMeter.h | 6 years ago | |
| MainPanel.c | 6 years ago | |
| MainPanel.h | 6 years ago | |
| Makefile.am | 6 years ago | |
| MemoryMeter.c | 6 years ago | |
| MemoryMeter.h | 6 years ago | |
| Meter.c | 6 years ago | |
| Meter.h | 6 years ago | |
| MetersPanel.c | 6 years ago | |
| MetersPanel.h | 6 years ago | |
| NEWS | 6 years ago | |
| Object.c | 6 years ago | |
| Object.h | 6 years ago | |
| OpenFilesScreen.c | 6 years ago | |
| OpenFilesScreen.h | 6 years ago | |
| Panel.c | 6 years ago | |
| Panel.h | 6 years ago | |
| Process.c | 6 years ago | |
| Process.h | 6 years ago | |
| ProcessList.c | 6 years ago | |
| ProcessList.h | 6 years ago | |
| README | 6 years ago | |
| README.md | ||
| RichString.c | 6 years ago | |
| RichString.h | 6 years ago | |
| ScreenManager.c | 6 years ago | |
| ScreenManager.h | 6 years ago | |
| Settings.c | 6 years ago | |
| Settings.h | 6 years ago | |
| SignalsPanel.c | 6 years ago | |
| SignalsPanel.h | 6 years ago | |
| StringUtils.c | 6 years ago | |
| StringUtils.h | 6 years ago | |
| SwapMeter.c | 6 years ago | |
| SwapMeter.h | 6 years ago | |
| TESTPLAN | 6 years ago | |
| TasksMeter.c | 6 years ago | |
| TasksMeter.h | 6 years ago | |
| TraceScreen.c | 6 years ago | |
| TraceScreen.h | 6 years ago | |
| UptimeMeter.c | 6 years ago | |
| UptimeMeter.h | 6 years ago | |
| UsersTable.c | 6 years ago | |
| UsersTable.h | 6 years ago | |
| Vector.c | 6 years ago | |
| Vector.h | 6 years ago | |
| XAlloc.c | 6 years ago | |
| XAlloc.h | 6 years ago | |
| autogen.sh | 10 years ago | |
| configure.ac | 6 years ago | |
| htop.1.in | 6 years ago | |
| htop.c | 6 years ago | |
| htop.desktop | 7 years ago | |
| htop.h | 6 years ago | |
| htop.png | 12 years ago | |
| test_spec.lua | 6 years ago | |
README.md
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)
