File:Kernel patches stats.png

From OpenVZ Virtuozzo Containers Wiki
Revision as of 16:39, 26 February 2008 by Kir (talk | contribs) (fixed the first line of the script)
Jump to: navigation, search
Original file(1,600 × 1,200 pixels, file size: 52 KB, MIME type: image/png)

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 ( | older 10) (10 | 20 | 50 | 100 | 250 | 500)
Date/TimeThumbnailDimensionsUserComment
08:50, 14 July 2008Thumbnail for version as of 08:50, 14 July 20081,600 × 1,200 (38 KB)Kir (talk | contribs)2.6.26 released
12:27, 5 June 2008Thumbnail for version as of 12:27, 5 June 20081,600 × 1,200 (39 KB)Kir (talk | contribs)v2.6.26-rc5
08:46, 19 May 2008Thumbnail for version as of 08:46, 19 May 20081,600 × 1,200 (40 KB)Kir (talk | contribs)
07:14, 4 May 2008Thumbnail for version as of 07:14, 4 May 20081,600 × 1,200 (39 KB)Kir (talk | contribs)Updated to include v2.6.26-rc1
10:15, 17 April 2008Thumbnail for version as of 10:15, 17 April 20081,600 × 1,200 (38 KB)Kir (talk | contribs)updated
23:01, 28 March 2008Thumbnail for version as of 23:01, 28 March 20081,600 × 1,200 (36 KB)Kir (talk | contribs)updated version
08:49, 11 March 2008Thumbnail for version as of 08:49, 11 March 20081,600 × 1,200 (34 KB)Kir (talk | contribs)
22:37, 1 March 2008Thumbnail for version as of 22:37, 1 March 2008800 × 600 (11 KB)Kir (talk | contribs)
09:21, 27 February 2008Thumbnail for version as of 09:21, 27 February 2008600 × 400 (7 KB)Kir (talk | contribs)no border, no tics at right and top, no xlabel
16:34, 26 February 2008Thumbnail for version as of 16:34, 26 February 2008600 × 400 (7 KB)Kir (talk | contribs)
(newest | oldest) View ( | older 10) (10 | 20 | 50 | 100 | 250 | 500)
  • You cannot overwrite this file.

The following 2 pages link to this file:

Metadata