Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to Monitor application running on my pc which are frequently reading and writing files/any suspicious activity ?

What I have tried:

i have searched for the solution but did not find any suitable one.
Posted
Updated 28-Jul-16 2:17am
Comments
Dave Kreskowiak 27-Jul-16 10:14am    
That all depends on EXACTLY what you mean by "monitoring". Monitoring what aspects of a single application or any application or applications running on the machine? Which aspects of this/these applications do you want to "monitor"?
Foothill 27-Jul-16 10:18am    
Is this for a Windows OS?
srilekhamenon 28-Jul-16 1:38am    
yes i want to monitor windows, and all processes which are reading and writing on disk

1 solution

Have a look at sysinternals suite- there is a tool called DiskMon you could try:
DiskMon for Windows[^]
 
Share this answer
 
Comments
srilekhamenon 29-Jul-16 2:43am    
Thanks for your reply. Currently iam developing a application antivirus which can monitor the PC and check for the suspicious activity on the PC. Diskmon is a application and i can't integrate it in my application
johannesnestler 29-Jul-16 4:15am    
you didn't mention any programming in your question... but I'd start with FileSystemWatcher https://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher(v=vs.110).aspx
srilekhamenon 29-Jul-16 5:36am    
FileSystemwatcher only show that file has been changed, but can't tell us about the changing application, i mean any virus or suspicious application :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900