From Fedora Project Wiki
No edit summary
Line 15: Line 15:


= Fedoraproject.org Visits =
= Fedoraproject.org Visits =
Go [http://lockbox.fedora.phx.redhat.com/awstats/ here].


= Wiki Edits =
= Wiki Edits =

Revision as of 22:28, 10 August 2008

These are the command line recipes for the metrics shown on the Statistics page.

Yum

SSH to lockbox and:

egrep 'repo=updates-released-f9' \
/var/log/httpd/archives/proxy*/mirrors.fedoraproject.org-access.log.<date_range> | \
grep '\" 200 ' | awk '{print $1}' | awk -F : '{print $2}' | \
sort | uniq | wc -l > ~/f9-yum-<end_date>.txt

Direct Downloads

SSH to lockbox and:

egrep 'Fedora-9.*\.iso' proxy*/download.fedoraproject.org-access.log.<date_range> | \
grep '\" 302 ' | awk '{print $1}' | awk -F : '{print $2}' | sort | uniq | wc -l \
> ~/f9-dl-20080728.txt

Fedoraproject.org Visits

Go here.

Wiki Edits