I'm using filesystemwatch er to monitor a file, but the only trigger i can see are:
changed
created
deleted
disposed
error
renamed
here's what i have:
Public Class Form1
Private Sub FileSystemWatch er1_Changed(ByV al sender As System.Object, ByVal e As System.IO.FileS ystemEventArgs) Handles FileSystemWatch er1.Changed
Dim x As Integer
...
User Profile
Collapse
-
notify while file is opened and is in use
-
lordfallout started a topic Is it possible to monitor a file's read and write in vb?in Visual BasicIs it possible to monitor a file's read and write in vb?
Is this possible?
What I need is, to monitor the files of a virtual machine in real-time to check which VM is slowing down the system. I've researched for a program that can monitor the VM's directly but haven't found any. Now I'm stuck to programming one. And I think it's easier to monitor it's files instead of monitoring directly each VM.
Any help to a freeware program or a start is appreciated. I only have basic knowledge...
No activity results to display
Show More