On Sat, Mar 19, 2011 at 07:05:49PM -0500, Jason D. Clinton wrote:
> A first production attempt of launch video #2 is available here.
> Comments, please. The sooner, the better because two more will be
> produced tomorrow.
> http://people.gnome.org/~jclinton/gnome3_launch_videos/gnome3_launch_video2_beta.webm

# zgrep '\.webm' access_log.*.gz | gawk '{TOTAL=TOTAL + $10 } END { print TOTAL 
}'
5.1922e+10
# zgrep '\.webm' access_log.*.gz | wc -l
13532
==> 48GB in 31 days max


# zgrep '\.webm' access_log.*.gz | grep 'GET /~jclinton/' | gawk  '{TOTAL=TOTAL 
+ $10 } END { print TOTAL }'
1493219905
# zgrep '\.webm' access_log.*.gz | grep 'GET /~jclinton/' -c
143
==> 1.4 GB in 31 days max


# zgrep '\.webm' access_log.*.gz | grep 'GET /~alexl/' | gawk '{TOTAL=TOTAL + 
$10 } END { print TOTAL }'
4.9664e+10
# zgrep '\.webm' access_log.*.gz | grep 'GET /~alexl/' -c
12803
==> 46GB in 31 days max


Note: we have 31 days of logfiles.
-- 
Regards,
Olav
-- 
marketing-list mailing list
marketing-list@gnome.org
http://mail.gnome.org/mailman/listinfo/marketing-list

Reply via email to