jeetsukumaran / Syrupy

System Resource Usage Profiler
http://jeetworks.org/programs/syrupy
GNU General Public License v3.0
194 stars 26 forks source link

Wait for user to kill syrupy when running with '--poll-command' #7

Closed edisongustavo closed 8 years ago

edisongustavo commented 8 years ago

Since syrupy will be polling commands, new pids might arrive, for example, if we monitor a compilation (gcc will be spawned multiple times) then we want to track all spawned gcc instances.

jeetsukumaran commented 8 years ago

Thanks!