netbeans.org StatisticsBelow are some graphs of various types of activity on netbeans.org. They are generated automatically, either daily, weekly or monthly, depending the graph type, using the following tools : PHP, JPGraph, and Webalizer. Questions, comments, feedback very welcome! Quicklinks :
Downloads
More Detail
Website Traffic
Hits, visits, pages, ... explained More Detail
This graph shows the total number unique subscribers on all top-level lists.
More Detail
More Detail
This graph displays the total number of unique code changes made in the CVS repository over time. These statistics are generated using cvs as follows : cvs -q diff -D'start-date' -D'end-date' -b -B -N | egrep '^> .*[^ \t]' | sed 's/^> //g' | sort | uniq | wc -l where here start-date and end-date are for eg "October 1, 2000" and "November 1, 2000"
This graph plots the total number of commits made to the CVS server per month, excluding commits to websites. These statistics are generated using : cvs history -D'start-date' -a -xMAR | grep -vc /www/ where here start-date for eg is "October 1, 2000" |