This file is indexed.

/usr/share/polipo/www/doc/Server-statistics.html is in polipo 1.0.4.1-1.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html lang="en">
<head>
<title>Server statistics - The Polipo Manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="The Polipo Manual">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Network.html#Network" title="Network">
<link rel="prev" href="Offline-browsing.html#Offline-browsing" title="Offline browsing">
<link rel="next" href="Server_002dside-behaviour.html#Server_002dside-behaviour" title="Server-side behaviour">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 2003 -- 2006 by Juliusz Chroboczek.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="Server-statistics"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Server_002dside-behaviour.html#Server_002dside-behaviour">Server-side behaviour</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Offline-browsing.html#Offline-browsing">Offline browsing</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Network.html#Network">Network</a>
<hr>
</div>

<h3 class="section">3.5 Server statistics</h3>

<p><a name="index-serverExpireTime-110"></a><a name="index-server-statistics-111"></a><a name="index-round_002dtrip-time-112"></a><a name="index-transfer-rate-113"></a>
In order to decide when to pipeline requests (see <a href="Pipelining.html#Pipelining">Pipelining</a>) and
whether to perform Poor Man's Multiplexing
(see <a href="Poor-Mans-Multiplexing.html#Poor-Mans-Multiplexing">Poor Mans Multiplexing</a>), Polipo needs to keep statistics
about servers.  These include the server's ability to handle
persistent connections, the server's ability to handle pipelined
requests, the round-trip time to the server, and the server's transfer
rate.  The statistics are accessible from Polipo's web interface
(see <a href="Web-interface.html#Web-interface">Web interface</a>).

   <p>The variable &lsquo;<samp><span class="samp">serverExpireTime</span></samp>&rsquo; (default 1 day) specifies how
long such information remains valid.  If a server has not been
accessed for a time interval of at least <code>serverExpireTime</code>,
information about it will be discarded.

   <p>As Polipo will eventually recover from incorrect information about a
server, this value can be made fairly large.  The reason why it exists
at all is to limit the amount of memory used up by information about
servers.

   </body></html>