fireeye/pywintrace

Do you know how to simulate win10 `perfmon.exe` to monitor the disk operation of a process?

625781186 opened this issue · 0 comments

image

I don't know how to get the information of the field "File".
Do you have any good Suggestions?

Aim

The 3dsmax process did not officially display a progress bar when loading the large model.
So I needed to implement an external progress bar myself.

  1. Get the open files path to get the total file size;
  2. Get Read file IO speed/s.

To implement the progress bar.

Can use EWT implement it?