| 1 | = Dev = |
| 2 | |
| 3 | Everything you need to know to hack on Tahoe. |
| 4 | |
| 5 | * The [/cgi-bin/mailman/listinfo/tahoe-dev tahoe-dev] mailing list is the community forum for discussion of Tahoe design, implementation, and usage. |
| 6 | |
| 7 | * The [http://allmydata.org/buildbot/ buildbot] page shows current build and test results. |
| 8 | |
| 9 | * The Timeline (linked at the top of each page) has extensive details about changes to the source code, the issue tickets, and the wiki (i.e. this web site). |
| 10 | |
| 11 | * The [http://allmydata.org/darcs.cgi/tahoe/?c=browse darcs patch browser] allows you to answer questions like "Which lines did this patch change?" and "Which patches changed this line?". |
| 12 | |
| 13 | * The [/tahoe-figleaf/current code coverage statistics] show which lines of code get exercised by the unit tests. |
| 14 | * [/tahoe-figleaf Archived data] is also available. |
| 15 | * So is a [/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_figleaf.html graph of code coverage over time]. |
| 16 | |
| 17 | * The [/cgi-bin/mailman/listinfo/zfec-dev zfec-dev] mailing list is specific to the [/source/zfec zfec] erasure-coding library. |
| 18 | |
| 19 | == Testnet Statistics == |
| 20 | |
| 21 | Usage statistics are available for the public testnet. |
| 22 | |
| 23 | * [/tahoe-munin/tahoecs1.allmydata.com-tahoe_dirnodes.html dirnodes]: count of directory nodes in the grid |
| 24 | * [/tahoe-munin/tahoebs1.allmydata.com-tahoe_files.html files]: count of files stored in the grid |
| 25 | * [/tahoe-munin/tahoebs1.allmydata.com-tahoe_sharesperfile.html shares per file]: average shares per file, this hints at the size of the overall grid. If the number of hosts in the grid is less than 100, then shares_per_file should equal 100/numhost |
| 26 | * [/tahoe-munin/tahoebs1.allmydata.com-tahoe_storagespace.html storage space]: total bytes consumed by all storage servers |
| 27 | |