csv - How to save performance counter data to disc -
i want monitor performance of server , want save data of counters in csv file can analyze same later. can using perfmon have manually. there way or tools can me automatically?
first create counter file, e.g. counter.txt containing counters interested in. add counter perfmon. use following commands to:
create counter
logman create
start collecting data
logman start
stop collecting data
logman stop
remove counter
logman delete
logman create accepts several switches , 1 of them logfile path , format. in instances may have create empty logfile otherwise logman complain can not create log file.
Comments
Post a Comment