Changes between Initial Version and Version 1 of Dev


Ignore:
Timestamp:
2007-07-05T22:50:01Z (17 years ago)
Author:
zooko
Comment:

initial Dev page

Legend:

Unmodified
Added
Removed
Modified
  • Dev

    v1 v1  
     1= Dev =
     2
     3Everything 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
     21Usage 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