" - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n"
" - PERFORMANCE OF THIS SOFTWARE.\n"
"-->\n"
- "\n"
"<xsl:stylesheet xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\" xmlns=\"http://www.w3.org/1999/xhtml\" version=\"1.0\">\n"
" <xsl:output method=\"html\" indent=\"yes\" version=\"4.0\"/>\n"
" <xsl:template match=\"statistics[@version="3.6"]\">\n"
" </table>\n"
" </xsl:if>\n"
" </xsl:for-each>\n"
- "\n"
" <xsl:for-each select=\"views/view\">\n"
" <xsl:if test=\"counters[@type="cachestats"]/counter[.>0]\">\n"
" <h3>Cache Statistics for View <xsl:value-of select=\"@name\"/></h3>\n"
" </table>\n"
" </xsl:if>\n"
" </xsl:for-each>\n"
- "\n"
" <xsl:for-each select=\"views/view\">\n"
" <xsl:if test=\"cache/rrset\">\n"
" <h3>Cache DB RRsets for View <xsl:value-of select=\"@name\"/></h3>\n"
" <br/>\n"
" </xsl:if>\n"
" </xsl:for-each>\n"
- "\n"
" <xsl:if test=\"traffic/udp/counters[@type="request-size"]/counter[.>0] or traffic/udp/counters[@type="response-size"]/counter[.>0] or traffic/tcp/counters[@type="request-size"]/counter[.>0] or traffic/tcp/counters[@type="response-size"]/counter[.>0]\">\n"
" <h2>Traffic Size Statistics</h2>\n"
" </xsl:if>\n"
" </table>\n"
" <br/>\n"
" </xsl:if>\n"
- "\n"
" <xsl:if test=\"traffic/udp/counters[@type="response-size"]/counter[.>0]\">\n"
" <h4>UDP Responses Sent</h4>\n"
" <table class=\"counters\">\n"
" </table>\n"
" <br/>\n"
" </xsl:if>\n"
- "\n"
" <xsl:if test=\"traffic/tcp/counters[@type="request-size"]/counter[.>0]\">\n"
" <h4>TCP Requests Received</h4>\n"
" <table class=\"counters\">\n"
" </table>\n"
" <br/>\n"
" </xsl:if>\n"
- "\n"
" <xsl:if test=\"traffic/tcp/counters[@type="response-size"]/counter[.>0]\">\n"
" <h4>TCP Responses Sent</h4>\n"
" <table class=\"counters\">\n"
" </table>\n"
" <br/>\n"
" </xsl:if>\n"
- "\n"
" <xsl:if test=\"server/counters[@type="sockstat"]/counter[.>0]\">\n"
" <h2>Socket I/O Statistics</h2>\n"
" <table class=\"counters\">\n"