If I run top -p $(pgrep -d',' scrapy) I get information on the scrapy process, but this process probably triggers other python related processes. How can I get information on these processes as well in real time as the top command does? Thanks, If I run top -p $(pgrep -d',' scrapy) I get inf