status.xml (1375B)
1 <?xml version="1.0"?> 2 <?xml-stylesheet type="text/xsl" href="status.xslt"?> 3 <status> 4 <backend> 5 <address>localhost:3129</address> 6 <weight>1</weight> 7 <maxconnections>0</maxconnections> 8 <hostmatch></hostmatch> 9 <live>dead</live> 10 11 <available>unavailable</available> 12 <connections>0</connections> 13 <bytesserved>00</bytesserved> 14 <clientsserved></clientsserved> 15 </backend> 16 <backend> 17 <address>aab-proxy-1:8080</address> 18 19 <weight>1</weight> 20 <maxconnections>0</maxconnections> 21 <hostmatch></hostmatch> 22 <live>dead</live> 23 <available>unavailable</available> 24 <connections>0</connections> 25 26 <bytesserved>00</bytesserved> 27 <clientsserved></clientsserved> 28 </backend> 29 <backend> 30 <address>aab-proxy-2:80</address> 31 <weight>1</weight> 32 <maxconnections>0</maxconnections> 33 34 <hostmatch></hostmatch> 35 <live>dead</live> 36 <available>unavailable</available> 37 <connections>0</connections> 38 <bytesserved>00</bytesserved> 39 <clientsserved></clientsserved> 40 </backend> 41 42 <backend> 43 <address>localhost:3128</address> 44 <weight>1</weight> 45 <maxconnections>0</maxconnections> 46 <hostmatch></hostmatch> 47 <live>alive</live> 48 <available>available</available> 49 50 <connections>8</connections> 51 <bytesserved>1276168</bytesserved> 52 <clientsserved></clientsserved> 53 </backend> 54 </status>