Now the file gets saved as blg, but I would like a txt version to import in Excel.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

If you have an existing BLG file you would like to convert to CSV, you can use the command relog for this purpose. The format is:

relog -f csv input.blg -o output.csv

If you are talking about changing the collector to use a CSV by default, it is a setting in Perfmon itself. On the Log Files tab of your counter, you change the "log file type" to be Text File (comma delimited).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.