Skip to content

Instantly share code, notes, and snippets.

@kashyapp
Last active December 15, 2015 17:49
Show Gist options
  • Select an option

  • Save kashyapp/5299236 to your computer and use it in GitHub Desktop.

Select an option

Save kashyapp/5299236 to your computer and use it in GitHub Desktop.
access log => gnuplota
zgrep -h configuration cfgsvc-access*
|awk '{print $4, $11}'
|colrm 1 1
|perl -MDate::Parse -ane 'print str2time($F[0]) . " $F[1]\n"'
> all.csv
# gnuplot> plot 'all.csv' using 1:2 with points pointtype 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment