Seeking way to track all program / service execution

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.
 
N

nass

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top