Live Chat!

Top Ten Processes Watcher

* * * * * 1 votos

July 13th, 2008 mysurface

top command provides a dynamic real-time view of a running system. It can display system summary information as well as a list of tasks currently being managed by the Linux kernel. But if you want get something more specific, you must play some tricks on it. For example, I want a clean view of top [...]

Posted in head, tail, top, watch | Hits: 38790 | No Comments »

how to check the CPU and mem usage of current running process?

          0 votos

November 19th, 2006 mysurface

We may curious some times why our computer running so slow, and we suspect that must be some programs (process) is running and uses a lots of CPU. We wanna know which process is it, and we have top.
Top is a command that neatly list all processes with valuable info sort by CPU and memory [...]

Posted in Common, htop, top | Hits: 14260 | 1 Comment »