Difference between revisions of "File:Kernel patches stats.png"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
 
(created)
Line 1: Line 1:
 +
This graph shows how many patches from OpenVZ developers are merged in mainstream, for each kernel version.
  
 +
It is done in gnuplot. Data set produced by a simple shell script working on git repository. Here is the script:
 +
 +
<small><source lang="bash">
 +
!/bin/sh
 +
 +
latest=$(git tag | grep -v -- -rc | tail -n1 | sed -e 's/^.*\.\(.*\)$/\1/')
 +
((latest++))
 +
 +
get_tag_date() {
 +
        echo $(git show $1 | egrep ^Date: | head -n1) |
 +
                sed 's/^Date: ... \(.*\) [-+]....$/\1/' |
 +
                sed 's/ ..:..:..//' | sed 's/ /-/g'
 +
}
 +
 +
for f in $(seq 13 $latest); do
 +
        v1=v2.6.$((f-1))
 +
        d1=$(get_tag_date $v1)
 +
        if [ $f = $latest ]; then
 +
                v2="HEAD  "
 +
        else
 +
                v2=v2.6.$f
 +
        fi
 +
        d2=$(get_tag_date $v2)
 +
#      echo -n "$v1..$v2 ($d1 -- $d2): "
 +
        echo -n $d2 $v2 " "
 +
        git log --pretty=short --no-merges $v1..$v2 | grep 'Author:' | egrep '@openvz.org|@parallels.com|@sw.ru|@swsoft.com|@sw.com.sg|adobriyan@|kuznet@' | wc -l
 +
done | sed 's/ /\t/g'
 +
 +
</source></small>

Revision as of 16:39, 26 February 2008

This graph shows how many patches from OpenVZ developers are merged in mainstream, for each kernel version.

It is done in gnuplot. Data set produced by a simple shell script working on git repository. Here is the script:

!/bin/sh

latest=$(git tag | grep -v -- -rc | tail -n1 | sed -e 's/^.*\.\(.*\)$/\1/')
((latest++))

get_tag_date() {
        echo $(git show $1 | egrep ^Date: | head -n1) |
                sed 's/^Date: ... \(.*\) [-+]....$/\1/' |
                sed 's/ ..:..:..//' | sed 's/ /-/g'
}

for f in $(seq 13 $latest); do
        v1=v2.6.$((f-1))
        d1=$(get_tag_date $v1)
        if [ $f = $latest ]; then
                v2="HEAD   "
        else
                v2=v2.6.$f
        fi
        d2=$(get_tag_date $v2)
#       echo -n "$v1..$v2 ($d1 -- $d2): "
        echo -n $d2 $v2 " "
        git log --pretty=short --no-merges $v1..$v2 | grep 'Author:' | egrep '@openvz.org|@parallels.com|@sw.ru|@swsoft.com|@sw.com.sg|adobriyan@|kuznet@' | wc -l
done | sed 's/ /\t/g'

File history

Click on a date/time to view the file as it appeared at that time.

(newest | oldest) View ( | ) (10 | 20 | 50 | 100 | 250 | 500)
Date/TimeThumbnailDimensionsUserComment
12:11, 14 June 2018Thumbnail for version as of 12:11, 14 June 20181,600 × 1,200 (43 KB)Vvs (talk | contribs)4.17+
11:03, 27 April 2018Thumbnail for version as of 11:03, 27 April 20181,600 × 1,200 (43 KB)Vvs (talk | contribs)Kirill Thai submitted huge number of patches into 4.17-rc kernel
16:16, 8 February 2018Thumbnail for version as of 16:16, 8 February 20181,600 × 1,200 (45 KB)Vvs (talk | contribs)
12:34, 3 June 2015Thumbnail for version as of 12:34, 3 June 20151,600 × 1,200 (30 KB)Sergey Bronnikov (talk | contribs)
03:25, 24 March 2014Thumbnail for version as of 03:25, 24 March 20141,600 × 1,200 (38 KB)Kir (talk | contribs)better labels
03:17, 24 March 2014Thumbnail for version as of 03:17, 24 March 20141,600 × 1,200 (38 KB)Kir (talk | contribs)Updated
22:46, 19 January 2013Thumbnail for version as of 22:46, 19 January 20131,600 × 1,200 (49 KB)Glic3rinu (talk | contribs)3.8-rc4, good work guys!
20:48, 19 March 2012Thumbnail for version as of 20:48, 19 March 20121,600 × 1,200 (47 KB)Glic3rinu (talk | contribs)kernel 3.3 released (c/r patches)
19:51, 26 January 2012Thumbnail for version as of 19:51, 26 January 20121,600 × 1,200 (47 KB)Glic3rinu (talk | contribs)now 3.0 is displayed too
19:39, 26 January 2012Thumbnail for version as of 19:39, 26 January 20121,600 × 1,200 (46 KB)Glic3rinu (talk | contribs)v3.3-rc1
(newest | oldest) View ( | ) (10 | 20 | 50 | 100 | 250 | 500)
  • You cannot overwrite this file.

The following 2 pages link to this file:

Metadata