diff --git a/News.md b/News.md index 35b849c..05387cd 100644 --- a/News.md +++ b/News.md @@ -16,19 +16,23 @@ The [OldNews](OldNews) page is an archive of these news items. * the [/cgi-bin/mailman/listinfo/tahoe-dev tahoe-dev] mailing list is the community forum for discussion of Tahoe design, implementation, and usage - * 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) - * the [Allmydata, Inc. blog](http://allmydata.com/wordpress) has news about Allmydata Inc.'s commercial offerings * [Zooko's blog](http://zooko.com/log.html) occasionally has Tahoe-related entries * the [/cgi-bin/mailman/listinfo/zfec-dev zfec-dev] mailing list is specific to the [/source/zfec zfec] erasure-coding library. -## Testnet - * usage statistics are available for the public testnet: - * [/tahoe-munin/tahoecs1.allmydata.com-tahoe_dirnodes.html dirnodes]: count of directory nodes in the grid - * [/tahoe-munin/tahoebs1.allmydata.com-tahoe_files.html files]: count of files stored in the grid - * [/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 - * [/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. +## Testnet Statistics +Usage statistics are available for the public testnet. + + * [/tahoe-munin/tahoecs1.allmydata.com-tahoe_dirnodes.html dirnodes]: count of directory nodes in the grid + * [/tahoe-munin/tahoebs1.allmydata.com-tahoe_files.html files]: count of files stored in the grid + * [/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 + * [/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. + + +## Insight into the Development Process + +See the [Dev](Dev) page for detailed information about Tahoe development as it happens.