[asterisk-dev] xmas asterisk maintainers stats

Caio Begotti caio at ueberalles.net
Thu Dec 20 15:47:35 CST 2007


Just a few commands plus 'svn blame' here and there and here it is: a  
asterisk maintainers ranking. Just for the sake of fun, you know, in  
case you get curious. This only applies for trunk, not including  
Zaptel maintainers nor libpri. Again, just for fun.

The numbers are Lines Of Code actually maintained/being used, so a  
few people might be down on list because they retired or something.  
That's quite interesting to see The Marko as top of the hit! Mr.  
Muffin closes the Top 5 and Jcollie is The Lone Ranger:

   156792 markster
    92367 russell
    90343 kpfleming
    44244 tilghman
    40659 murf
    28277 file
    25777 rizzo
    16965 oej
    11330 mattf
    10349 qwell
     8603 mogorman
     7377 jdixon
     6042 crichter
     5152 matteo
     4462 jeremy
     3526 jim
     3445 mmichelson
     2181 bkramer
     1990 north
     1842 bweschke
     1817 pcadach
     1601 tholo
     1449 root
     1390 transnexus
     1162 dhubbard
     1162 citats
     1051 martinp
      652 nadi
      648 phsultan
      442 dbailey
      319 anthm
      187 twisted
      152 malcolmd
      141 pari
       36 automerge
       22 twilson
       16 bbryant
        8 junky
        7 voicetronix
        7 anthonyl
        2 jamesgolovich
        1 jcollie

Enough for the last 2 weeks of 2007, I didn't check the data anyway ;-)

PS: for those interested on it, the whole pipe-eating command is:  
find asterisk/ -type f | grep -v svn | while read i; do svn blame $i  
&& sleep 3; done > /stats.txt && cat /stats.txt | awk '{ print $2}' |  
sort -u | while read i; do grep $i /stats.txt | wc -l && echo $i;  
done | sed 'N;s/\n/ /' | sort -nr

--
Caio Begotti <http://caio.ueberalles.net>




More information about the asterisk-dev mailing list