User:Fab/Stats: Difference between revisions

From Alpine Linux
(Created page with "Some ideas to gether data for statistics about Alpine Linux. The data are presented at the Trivia page. = Packages = == Ancient releases == See: http...")
 
m (update)
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
Some ideas to gether data for statistics about Alpine Linux.  
Some ideas to gether data for statistics about Alpine Linux.  


The data are presented at the [[Alpine_Linux:Trivia|Trivia]] page.
The data are presented at the [[Alpine_Linux:Trivia|Trivia]] page. A git repository is available [http://git.alpinelinux.org/cgit/fab/alpine-stats/ here].


= Packages =
= Packages =
Line 22: Line 22:
== "High score list" of committer ==
== "High score list" of committer ==


{{Cmd|git shortlog -s -n}}
{{Cmd|git shortlog -s -n | head}}


== Commit per year ==
== Commit per year ==
To grab the data use the command below:
To grab the data use the command below:


{{Cmd|git log --after="2011/1/1" --until="2011/12/31" --pretty=format:'' | wc -l}}
{{Cmd|<nowiki>git log --after="2016/1/1" --until="2016/12/31" --pretty=format:'' | wc -l</nowiki>}}


= Tools =
= Tools =
Line 33: Line 33:


* [http://gitstats.sourceforge.net/ GitStats] - git history statistics generator
* [http://gitstats.sourceforge.net/ GitStats] - git history statistics generator
  {{Cmd|apk add gitstats -U -X http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted}}

Revision as of 10:50, 30 March 2016

Some ideas to gether data for statistics about Alpine Linux.

The data are presented at the Trivia page. A git repository is available here.

Packages

Ancient releases

See: http://ancient.alpinelinux.org/alpine/

Newer releases

"High score list" of committer

git shortlog -s -n

Commit per year

To grab the data use the command below:

git log --after="2016/1/1" --until="2016/12/31" --pretty=format:'' | wc -l

Tools

Some tools which could help to generate statistics.

  • GitStats - git history statistics generator

apk add gitstats -U -X http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted