3 # Gather statistics out of a cleaner.log log file and group into plottable
9 grep "$1" "$DATAFILE" | cut -f2 -d' '
12 echo "#extract bytes_used extract bytes_wasted extract bytes_freed extract s3_get extract s3_put"
13 paste <(extract bytes_used) <(extract bytes_wasted) <(extract bytes_freed) <(extract s3_get) <(extract s3_put)