- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi all,
i can't find a way to list thread of a process.
i try with "ps -t " but it doesn't work.
How can i do this?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Ruscoff,
I found the following command that might be helpful for you:
lsof -p
Additional information about this command can be found in the following site: http://linux.die.net/man/8/lsof lsof(8): open files - Linux man page
Another alternative is installing the package htop. The package can be installed from the AlexT's repo. If you already have the Edison configured to fetch from this repo, then you just need to run the following command:
opkg install http://repo.opkg.net/edison/repo/core2-32/htop_1.0.3-r0_core2-32.ipk http://repo.opkg.net/edison/repo/core2-32/htop_1.0.3-r0_core2-32.ipk
If you don't have the Edison configured, follow the steps shown in the following site: http://alextgalileo.altervista.org/edison-package-repo-configuration-instructions.html Edison Package Repo Configuration Instructions.
Additional details about the htop command can be found in the following site: http://linux.die.net/man/1/htop htop(1): interactive process viewer - Linux man page
Regards,
Diego.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Ruscoff,
You can use the command top to show the processes running. However, I'm not sure how to show the threads, let me investigate about it to see if I can find any useful command for this purpose.
Regards,
Diego.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Ruscoff,
I found the following command that might be helpful for you:
lsof -p
Additional information about this command can be found in the following site: http://linux.die.net/man/8/lsof lsof(8): open files - Linux man page
Another alternative is installing the package htop. The package can be installed from the AlexT's repo. If you already have the Edison configured to fetch from this repo, then you just need to run the following command:
opkg install http://repo.opkg.net/edison/repo/core2-32/htop_1.0.3-r0_core2-32.ipk http://repo.opkg.net/edison/repo/core2-32/htop_1.0.3-r0_core2-32.ipk
If you don't have the Edison configured, follow the steps shown in the following site: http://alextgalileo.altervista.org/edison-package-repo-configuration-instructions.html Edison Package Repo Configuration Instructions.
Additional details about the htop command can be found in the following site: http://linux.die.net/man/1/htop htop(1): interactive process viewer - Linux man page
Regards,
Diego.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks a lot.
Tomorrow i'll try. I hope htop doesn't makes system unstable.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page