Seeking way to track all program / service execution

  • Thread starter Thread starter Tim Puskas
  • Start date Start date
T

Tim Puskas

Is there a way to track / log the start and end of all program executions
while the system is running? Overhead could be significant, but looking to
see / verify what is / has run during a period of time. I am not looking for
a way of debugging a specific application. Instead, looking to record,
track, audit all pgms that have run.
 
Tim Puskas said:
Is there a way to track / log the start and end of all program executions
while the system is running? Overhead could be significant, but looking to
see / verify what is / has run during a period of time. I am not looking for
a way of debugging a specific application. Instead, looking to record,
track, audit all pgms that have run.


FileMon for Windows v7.04
http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx
Have a look here for windows Sysinternals
http://technet.microsoft.com/en-us/sysinternals/default.aspx

Use this tool to see what taken the most usage of the CPU on your machine.
ShellExView v1.19 - Shell Extensions Manager
http://www.nirsoft.net/utils/shexview.html

If you want to monitor the packets going in/out of your network use a
sniffer (network sniffer).
HTH.
nass
 
Back
Top