2010-10-28

Relog.exe for perfmon slicing and dicing and PAL for reporting

So I'm going through a "how do we make the application better" exercise here at work. We ran a load test last night to see how the system would hold up. I always have perfmon counters running, so I wanted to see how they did during the load test window. Enter relog.



All I had to do was:
relog counters.csv -o counters_new.csv -b "10/27/2010 23:00" -e "10/28/2010 02:00" -f csv

and I had the counters for the relevant time period. I then fed that to PAL and got some nice reports out of it. Sometimes it's the little things. :)

No comments:

Post a Comment