Linux "Process' List" - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +--- Thread: Linux "Process' List" (/thread-3938.html) |
Linux "Process' List" - kZo - 2003-12-16 Not really quite like "Task Manager" for windows, but it does have a similar look to it. This will display your process' and the amount of memory, CPU usage, time, Priority, user, PID, and command that are running on your system. Looks similar to the "Process List" within Task Manager. [root@intmail root]# top 65 processes: 63 sleeping, 2 running, 0 zombie, 0 stopped CPU states: 0.0% user, 0.6% system, 0.0% nice, 99.4% idle Mem: 1031436K av, 729368K used, 302068K free, 0K shrd, 80216K buff Swap: 1044208K av, 15656K used, 1028552K free 516692K cached PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 1 root 15 0 404 404 356 S 0.0 0.0 0:07 init 2 root 15 0 0 0 0 SW 0.0 0.0 0:08 keventd 3 root 15 0 0 0 0 SW 0.0 0.0 0:06 kapmd 4 root 34 19 0 0 0 SWN 0.0 0.0 2:38 ksoftirqd_CPU0 5 root 15 0 0 0 0 SW 0.0 0.0 0:17 kswapd 6 root 15 0 0 0 0 SW 0.0 0.0 13:37 bdflush |