Last active
December 15, 2015 17:49
-
-
Save kashyapp/5299236 to your computer and use it in GitHub Desktop.
access log => gnuplota
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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