Changes between Version 11 and Version 12 of News
- Timestamp:
- 2007-07-05T22:56:10Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
News
v11 v12 17 17 * the [/cgi-bin/mailman/listinfo/tahoe-dev tahoe-dev] mailing list is the community forum for discussion of Tahoe design, implementation, and usage 18 18 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 21 19 * the [http://allmydata.com/wordpress Allmydata, Inc. blog] has news about Allmydata Inc.'s commercial offerings 22 20 … … 25 23 * the [/cgi-bin/mailman/listinfo/zfec-dev zfec-dev] mailing list is specific to the [/source/zfec zfec] erasure-coding library. 26 24 27 == Testnet ==28 25 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 == 34 27 28 Usage 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 38 See the [wiki:Dev Dev] page for detailed information about Tahoe development as it happens.