Documentation/devtools/maemo5/htop

(New page: == Description == Htop is a text-only, interactive process viewer similar to 'top'. * The process list is scrollable. * Control screen items with the stylus in addition to the keyboard....)
(devtools template)
 
(One intermediate revision not shown)
Line 1: Line 1:
 +
{{Devtools}}
 +
 +
== Description ==
== Description ==
Line 40: Line 43:
[[Documentation/devtools/maemo5/strace|strace]]
[[Documentation/devtools/maemo5/strace|strace]]
 +
 +
[[Category:Fremantle]]

Latest revision as of 15:11, 11 March 2010

Image:Ambox_content.png
This article documents a developer tool.
A list of available devtools is available, together with installation instructions.


Contents

[edit] Description

Htop is a text-only, interactive process viewer similar to 'top'.

  • The process list is scrollable.
  • Control screen items with the stylus in addition to the keyboard.
  • The information on screen is configurable.
  • Strace can be attached to a process with a single keypress.

[edit] Packages

source: htop

binary: htop

[edit] Usage Examples

Just run htop to see the running processes:

# htop

Move around the view with the cursor keys.

Exit by pressing 'q'.

The stylus also works on the display.

[edit] Links

[htop man page](/development/documentation/man_pages/htop.html)

http://htop.sourceforge.net/

[edit] See Also

strace