Proc watch is a small applicaiton that scans for new processes being created on the system. As they are detected, they will be displayed in the listview with the start time, pid, and process path. As they terminate, the end time will be updated as well. Since this application shares much of its codebase with the Sysanalyzer project, its source is included with that package instead. Sysanalyzer Source |