up vote 1 down vote favorite
1
share [g+] share [fb]

I want a program which gives all information relating to a currently running process. In Windows, there is procman .

Whats the alternative in LINUX?

Do i have to use tools like strace etc seperately, or there is one program that does all. Do share if you know of a nice software.

link|improve this question

50% accept rate
feedback

5 Answers

GNOME System Monitor for system monitoring of a Linux Desktop (I run ubuntu 9.10)

It's simple and gives detailed info.

link|improve this answer
feedback

Most tools that people will point you to will be just front ends to access all the information in /proc. If you want to know all the nitty-gritty about a process, check the files /proc/<PID>

link|improve this answer
feedback

I'm pretty sure you know about them but top / iotop are pretty much the standard commands for process monitoring. Strace and Ltrace are also nice, but for more specific tasks.

link|improve this answer
feedback

The most common and basic tool is "top". Open a terminal, run "top". Play with the options, see the inline help ( "h" key"). Benefit : works on any Linux/Unix/BSD box.

link|improve this answer
feedback

I think you want the process monitor for Linux, right ?

you can easily detect via terminal

http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html

but if you do not prefer cmds , you can even use a ManageEngine® Applications Manager

http://www.manageengine.com/products/applications_manager/download.html 

Cheers.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.