Tagged Questions

htop is an interactive process viewer for Linux. It is a text-mode application (for console or X terminals) and requires ncurses.

learn more… | top users | synonyms

11
votes
4answers
8k views

Network usage top/htop on Linux

is there a htop/top on Linux where I get to sort processes by network usage ?
0
votes
0answers
307 views

Are the pmap's RSS and htop's RES the same?

I run the following simple program #include <stdio.h> #include <stdlib.h> int main() { malloc(1024*1024*32); getchar(); return 0; } "htop" gives this VIRT RES SHR 36684 ...
0
votes
1answer
597 views

Memory report confusion shown by top and htop commands?

I'm on Slicehost 256 plan running one single Rails app on Ubuntu Hardy 64 bit server. This is the shot taken using top command sorted by memory% (Shift+M) And this is the screenshot taken while ...