Changes between Version 11 and Version 12 of News


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

--

Legend:

Unmodified
Added
Removed
Modified
  • News

    v11 v12  
    1717 * the [/cgi-bin/mailman/listinfo/tahoe-dev tahoe-dev] mailing list is the community forum for discussion of Tahoe design, implementation, and usage
    1818
    19  * 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)
    20 
    2119 * the [http://allmydata.com/wordpress Allmydata, Inc. blog] has news about Allmydata Inc.'s commercial offerings
    2220
     
    2523 * the [/cgi-bin/mailman/listinfo/zfec-dev zfec-dev] mailing list is specific to the [/source/zfec zfec] erasure-coding library.
    2624
    27 == Testnet ==
    2825
    29  * usage statistics are available for the public testnet:
    30    * [/tahoe-munin/tahoecs1.allmydata.com-tahoe_dirnodes.html dirnodes]: count of directory nodes in the grid
    31    * [/tahoe-munin/tahoebs1.allmydata.com-tahoe_files.html files]: count of files stored in the grid
    32    * [/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/numhosts
    33    * [/tahoe-munin/tahoebs1.allmydata.com-tahoe_storagespace.html storage space]: total bytes consumed by all of the Tahoe testnet storage servers operated by Allmydata Inc.
     26== Testnet Statistics ==
    3427
     28Usage statistics are available for the public testnet.
     29
     30 * [/tahoe-munin/tahoecs1.allmydata.com-tahoe_dirnodes.html dirnodes]: count of directory nodes in the grid
     31 * [/tahoe-munin/tahoebs1.allmydata.com-tahoe_files.html files]: count of files stored in the grid
     32 * [/tahoe-munin/tahoebs1.allmydata.com-tahoe_sharesperfile.html shares per file]: average shares per file, this hints at the number of nodes in the overall grid. If the number of hosts in the grid is less than 100, then shares_per_file should equal about 100/numhost
     33 * [/tahoe-munin/tahoebs1.allmydata.com-tahoe_storagespace.html storage space]: total bytes consumed by all of the Tahoe testnet storage servers operated by Allmydata Inc.
     34
     35
     36== Insight into the Development Process ==
     37
     38See the [wiki:Dev Dev] page for detailed information about Tahoe development as it happens.