]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/interfaces.py
server.py: get_latencies now reports percentiles _only_ if there are sufficient...
authorwilcoxjg <wilcoxjg@gmail.com>
Fri, 27 May 2011 12:01:35 +0000 (05:01 -0700)
committerwilcoxjg <wilcoxjg@gmail.com>
Fri, 27 May 2011 12:01:35 +0000 (05:01 -0700)
commit67ad0175cd3e48703b81737abdcf531d167e8daa
treea4f45fb9569dca8f0d21fa2c46b08f3eaf480993
parentd566e4632d5327b934faad42b24879c1d8830102
server.py:  get_latencies now reports percentiles _only_ if there are sufficient observations for the interpretation of the percentile to be unambiguous.
interfaces.py:  modified the return type of RIStatsProvider.get_stats to allow for None as a return value
NEWS.rst, stats.py: documentation of change to get_latencies
stats.rst: now documents percentile modification in get_latencies
test_storage.py:  test_latencies now expects None in output categories that contain too few samples for the associated percentile to be unambiguously reported.
fixes #1392
NEWS.rst
docs/stats.rst
src/allmydata/interfaces.py
src/allmydata/storage/server.py
src/allmydata/test/test_storage.py