The Wayback Machine - https://web.archive.org/all/20050404085539/http://www.netbeans.org:80/about/stats/
HOME > About > Statistics

netbeans.org Statistics

Below 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
This graph shows downloads of the primary build-types available from netbeans.org - Releases, daily dev builds, and Q-Builds. This data is pulled from the more detailed Webalizer analysis of website activity (see below).

NetBeans Downloads - click for breakdown by type
This graph updated monthly - last updated 01-Apr

More Detail


Website Traffic
This graph shows a summary of activity on http://www.netbeans.org/.

Usage summary for www.netbeans.org - click for more detail
This graph updated daily

Hits, visits, pages, ... explained

More Detail


Mailing List Subscribers

This graph shows the total number unique subscribers on all top-level lists.

Unique Subscribers to top-level mailing lists - click for breakdown by list
This graph updated monthly - last updated 01-Apr

More Detail


Mailing List Traffic

Mailing list traffic by month - click for breakdown by list
This graph updated monthly - last updated 01-Apr

More Detail


Code Changes

Lines of code changed per month
This graph updated monthly - last updated 01-Apr

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"


Commits

Commits per month
This graph updated monthly - last updated 01-Apr

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"