tanelpoder / 0xtools

0x.Tools: X-Ray vision for Linux systems
https://0x.tools
GNU General Public License v2.0
1.09k stars 98 forks source link

Run process by psn itself #3

Open mczimm opened 5 years ago

mczimm commented 5 years ago

It would be great if you are will add opportunity for psn to run some processes itself.

tanelpoder commented 5 years ago

Great idea. Could launch the supplied program using python subprocesses or popen() and then keep sampling (and optionally showing intermediate reports) of the subprocess (and its children) as long as they run (or CTRL+C is pressed).