Are there any tools on Windows that allow performance statistics to be recorded? Something similar to iostat 10 > iostat.log
on Unix?
I have 10 Windows VMs that run a whole lot of regression scripts overnight. Sometimes we see failures that we suspect are caused by over-high disk usage. But at the moment I have no way to tell. What I'd like is a log file in the morning containing statistics for the night (eg CPU, memory, disk I/O etc), so that I can see if failures correspond to eg high disk I/O.
I don't know if it makes more sense to get stats per-VM, or from the underlying hardware. Any advice appreciated!