linkedin / dynamometer

A tool for scale and performance testing of HDFS with a specific focus on the NameNode.
BSD 2-Clause "Simplified" License
131 stars 34 forks source link

parse-metrics script does not properly parse scientific notation #50

Closed xkrogen closed 6 years ago

xkrogen commented 6 years ago

The metrics files produced during Dynamometer execution may include values in scientific notation, like 4.2E8. The parse-metrics.sh script will currently truncate these to end prior to the E, causing incorrect results.