fireeye / pywintrace

ETW Python Library
Apache License 2.0
267 stars 59 forks source link

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

Open 625781186 opened 4 years ago

625781186 commented 4 years ago

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?