I've got a W2K8 server with some IIS apps that are creating a lot of files. I would like to monitor what files are created and how big they are. Is there a tool I could use to log all files that are created on the system?
Asked
Active
Viewed 71 times
2 Answers
1
- I suggest running [windirstat](http://windirstat.info/ or something similar, as scheduled task. It enables to sort by date/size,etc.
- You can make a filtered search query on windows explorer.
- You can also consider adding log4net and embedding the feature in your apps.

user
- 1,418
- 8
- 10
1
You can use the free version of DiskPulse disk change monitor, which is capable of monitoring all created, modified and deleted files.
The free version of DiskPulse can be downloaded here:

ocsid80
- 159
- 1
- 1