Python reading from PerfMon
Useful for overcoming limitations in built-in tool
- For example, sample the data hourly and log to a longer-term database.
- Useful for reading standard information about another process.
- Process ID, Memory usage, etc.
win32pdhutil module for reading data
- Good sample code in the source file