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
|
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="status.xslt"?>
<status>
<backend>
<address>localhost:3129</address>
<weight>1</weight>
<maxconnections>0</maxconnections>
<hostmatch></hostmatch>
<live>dead</live>
<available>unavailable</available>
<connections>0</connections>
<bytesserved>00</bytesserved>
<clientsserved></clientsserved>
</backend>
<backend>
<address>aab-proxy-1:8080</address>
<weight>1</weight>
<maxconnections>0</maxconnections>
<hostmatch></hostmatch>
<live>dead</live>
<available>unavailable</available>
<connections>0</connections>
<bytesserved>00</bytesserved>
<clientsserved></clientsserved>
</backend>
<backend>
<address>aab-proxy-2:80</address>
<weight>1</weight>
<maxconnections>0</maxconnections>
<hostmatch></hostmatch>
<live>dead</live>
<available>unavailable</available>
<connections>0</connections>
<bytesserved>00</bytesserved>
<clientsserved></clientsserved>
</backend>
<backend>
<address>localhost:3128</address>
<weight>1</weight>
<maxconnections>0</maxconnections>
<hostmatch></hostmatch>
<live>alive</live>
<available>available</available>
<connections>8</connections>
<bytesserved>1276168</bytesserved>
<clientsserved></clientsserved>
</backend>
</status>
|