This post will explain how to convert a performance log file from CSV to BLG and vice versa.
When a new user who configured performance counter and mistakely he didn't change the log file format. When we are ready to analyze the format manually on that time we will come to knew Ohh i configured in BLG format using this i can't customize my report and having lot of constraints.
To over come this yes you can convert a BLG file to CSV and vice versa CSV to BLG using the below command in Commad prompt.
For example, to convert a binary PerfMon log to a CSV file, use the command:
When a new user who configured performance counter and mistakely he didn't change the log file format. When we are ready to analyze the format manually on that time we will come to knew Ohh i configured in BLG format using this i can't customize my report and having lot of constraints.
To over come this yes you can convert a BLG file to CSV and vice versa CSV to BLG using the below command in Commad prompt.
For example, to convert a binary PerfMon log to a CSV file, use the command:
relog logfile.blg -f csv -o logfile.csv
No comments:
Post a Comment