Terminal Process Watch

Is there any way to run a command in the terminal to have a live list of the commands that are running behind the screen?

Though I guess it’s gonna be so messy; then I guess I’ll need something to see the live commands behind a specific program’s screen. (for example one of the things I want to see is the command that is behind “run” under a very specific configuration in Quanta, or the commands behind a Thunderbird’s extension).

Is it too silly to want that? :rolleyes:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

For a lot of system call information see ‘strace’ but yes, it’s very
ugly until you get decent at it.

If nothing else try running the app from the command line so any
stdout/stderr info goes to the command line. This will often show
commands you want to see.

Good luck.

rezakhs wrote:
| Is there any way to run a command in the terminal to have a live list of
| the commands that are running behind the screen?
|
| Though I guess it’s gonna be so messy; then I guess I’ll need something
| to see the live commands behind a specific program’s screen. (for
| example one of the things I want to see is the command that is behind
| “run” under a very specific configuration in Quanta, or the commands
| behind a Thunderbird’s extension).
|
|
| Is it too silly to want that? :rolleyes:
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIglxI3s42bA80+9kRAszgAKCBmBoR1i4LL7hniESIjt0gFsaX6wCfZxQq
q+d3S71DbTfX3T3p0FvC7Ek=
=m5KF
-----END PGP SIGNATURE-----

Run ‘top’ in a console to see every process is going on your system. You can watch live what’s behind the scene: pid cpu usage memory and so on

Thanks both of you! :slight_smile:

On Sat, 19 Jul 2008 22:06:03 GMT
rezakhs <rezakhs@no-mx.forums.opensuse.org> wrote:

>
>Thanks both of you! :slight_smile:
>

Also try:

ps aux

and see

man ps

for more options . . .


Kevin Nathan (Arizona, USA)
Linux is not a destination, it’s a journey – enjoy the trip!

Linux 2.6.25.9-0.2-pae
4:49pm up 5 days 20:00, 15 users, load average: 0.45, 0.41, 0.42