Difference between revisions of "File:Kernel patches stats.png"
(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 (newer 10 | older 10) (10 | 20 | 50 | 100 | 250 | 500)Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 05:47, 28 March 2022 | 1,600 × 1,200 (52 KB) | Vvs (talk | contribs) | v5.17+ | |
15:00, 8 May 2021 | 1,600 × 1,200 (49 KB) | Vvs (talk | contribs) | v5.12+ | ||
13:27, 3 May 2020 | 1,600 × 1,200 (50 KB) | Vvs (talk | contribs) | 3.Mai 2020 | ||
10:21, 31 January 2020 | 1,600 × 1,200 (49 KB) | Vvs (talk | contribs) | v5.5+ | ||
07:36, 30 October 2019 | 1,600 × 1,200 (49 KB) | Vvs (talk | contribs) | v5.3+ | ||
07:16, 23 August 2019 | 1,600 × 1,200 (49 KB) | Vvs (talk | contribs) | v5.2+ | ||
06:26, 27 May 2019 | 1,600 × 1,200 (49 KB) | Vvs (talk | contribs) | 26 may 2019, v5.2-rc2 | ||
15:48, 21 February 2019 | 1,600 × 1,200 (48 KB) | Vvs (talk | contribs) | 5.0-rc7 state | ||
11:10, 30 November 2018 | 1,600 × 1,200 (47 KB) | Vvs (talk | contribs) | |||
11:18, 27 August 2018 | 1,600 × 1,200 (48 KB) | Vvs (talk | contribs) | 4.18+ |
- You cannot overwrite this file.
File usage
The following 2 pages link to this file: