Skip to content

Instantly share code, notes, and snippets.

@gwicke
Created March 15, 2016 22:41
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 gwicke/0908d952f7739f824bd3 to your computer and use it in GitHub Desktop.
Save gwicke/0908d952f7739f824bd3 to your computer and use it in GitHub Desktop.
gwicke@fluorine:/a/mw-log$ for i in `seq -w 1 30`;do echo -n "$i "; tail -1000000 runJobs.log | egrep -c "rootJobTimestamp=201602$i"; done
01 48876
02 0
03 0
04 0
05 0
06 0
07 0
08 0
09 0
10 0
11 0
12 725
13 0
14 0
15 19981
16 114
17 24
18 18
19 72
20 12107
21 0
22 5973
23 14909
24 4
25 34235
26 14742
27 2457
28 43
29 38
30 0
gwicke@fluorine:/a/mw-log$ for i in `seq -w 1 30`;do echo -n "$i "; tail -1000000 runJobs.log | egrep -c "rootJobTimestamp=201601$i"; done
01 0
02 0
03 0
04 0
05 0
06 0
07 0
08 0
09 0
10 0
11 0
12 0
13 0
14 0
15 0
16 4202
17 0
18 0
19 0
20 0
21 0
22 0
23 0
24 0
25 2398
26 0
27 0
28 0
29 0
30 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment