I once needed to take perfmon data and export to a format to be used by Excel for further analysis. The relog.exe command line utility can be used to do this:
relog.exe -f csv <inputfile>.blg -o <outputFile>.csv
I once needed to take perfmon data and export to a format to be used by Excel for further analysis. The relog.exe command line utility can be used to do this:
relog.exe -f csv <inputfile>.blg -o <outputFile>.csv