I work on Red-Hat Enterprice OS.
I run one process which generates many POSIX threads.
How can I monitor/trace their execution.
Best regards,
Yehuda
vj ALL=(ALL) NOPASSWD: /path/to/the/program
├─soffice.bin(7734)─┬─{soffice.bin}(7735) │ ├─{soffice.bin}(7736) │ ├─{soffice.bin}(7737) │ └─{soffice.bin}(7743)
ps -elf | grep soffi 0 S whho 7734 1 0 80 0 - 36435 - 11:14 pts/2 00:00:03 /usr/lib/openoffice/program/soffice.bin -splash-pipe=5 0 S whho 7833 7759 0 80 0 - 751 - 11:21 pts/3 00:00:00 grep soffi
Child threads of a process are found under the parent process and are shown with the process name in curly braces, e.g. icecast2---13*[{icecast2}]