JMeterの結果ファイル(jtlファイル)を統計レポートのcsvに変換する

ここの
http://jmeter-plugins.org/
Standard SetのDownloadからzipをダウンロードして
zipの中に入っているjarをJMeterのlib/extディレクトリにコピーして
以下のコマンドを実行するとjtlをcsvに変換できる。

$ cd /path/to/jmeter_home/bin
$ java -jar ..\lib\ext\CMDRunner.jar --tool Reporter --generate-csv aggr_report.csv --input-jtl result.jtl --plugin-type AggregateReport