Skip to content

Instantly share code, notes, and snippets.

@lfurrea
Last active December 10, 2015 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lfurrea/4449766 to your computer and use it in GitHub Desktop.
Save lfurrea/4449766 to your computer and use it in GitHub Desktop.
grep -h "'[[:digit:]]\{4\}'\sis now Lagged" full*| tr -s ' ' ' '|cut -d' ' -f1,2,3,11 > atas-middle
grep -h "'[[:digit:]]\{7,8\}'\sis now Lagged" full*| tr -s ' ' ' '|cut -d' ' -f1,2,3,11 > callmyway-middle
joinn by separator ->source-middle
perl -pe 's/\[(.*)\s(.*)\s(.*)\]\s\((.*)ms/$1-$2-$3 $4/;' source-middle > source
cat plot-load.conf |gnuplot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment