From cba213c088b7ae42f266e3448c8064df35d1d8e0 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 26 Apr 2007 13:56:53 +0000 Subject: [PATCH] new --- web/htdocs/help/info/reliability.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 web/htdocs/help/info/reliability.html diff --git a/web/htdocs/help/info/reliability.html b/web/htdocs/help/info/reliability.html new file mode 100644 index 0000000..6f768e4 --- /dev/null +++ b/web/htdocs/help/info/reliability.html @@ -0,0 +1,13 @@ +%# $Id: reliability.html,v 1.1 2007-04-26 13:56:53 mike Exp $ +

+ Measures the reliability of the target only in its ability to + respond to connections: the display indicates the number of + successful connections, the total number of attempted connections + and the percentage of successful connections. +

+

+ For example, reliability of + 9/15 = 60% + indicates that fifteen attempts have been made to connect to the + server, of which nine (60%) have been successful. +

-- 1.7.10.4