Browse Source

doc: generated counter lists

Andrei Pelinescu-Onciul 15 years ago
parent
commit
2effff8800

+ 9 - 0
doc/counter_list/counters_dns.txt

@@ -0,0 +1,9 @@
+Counters for dns
+===============================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. dns.failed_dns_request
+        incremented each time a DNS request has failed.
+

+ 10 - 0
doc/counter_list/counters_mysql.txt

@@ -0,0 +1,10 @@
+Counters for mysql
+=================================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. mysql.driver_errors
+        incremented each time a Mysql error happened because the
+        server/connection has failed.
+

+ 43 - 0
doc/counter_list/counters_sctp.txt

@@ -0,0 +1,43 @@
+Counters for sctp
+================================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. sctp.established
+        incremented each time a new association is established.
+
+ 2. sctp.connect_failed
+        incremented each time a new outgoing connection fails.
+
+ 3. sctp.local_reject
+        number of rejected incoming connections.
+
+ 4. sctp.remote_shutdown
+        incremented each time an association is closed by the peer.
+
+ 5. sctp.assoc_shutdown
+        incremented each time an association is shutdown.
+
+ 6. sctp.comm_lost
+        incremented each time an established connection is close due
+        tosome error.
+
+ 7. sctp.sendq_full
+        number of failed send attempt due to exceeded buffering
+        capacity (full kernel buffers).
+
+ 8. sctp.send_failed
+        number of failed send attempt for any reason except full
+        buffers.
+
+ 9. sctp.send_force_retry
+        incremented each time a failed send is force-retried(possible
+        only if sctp_send_retries ! = 0.
+
+10. sctp.current_opened_connections
+        number of currently opened associations.
+
+11. sctp.current_tracked_connections
+        number of currently tracked associations.
+

+ 44 - 0
doc/counter_list/counters_tcp.txt

@@ -0,0 +1,44 @@
+Counters for tcp
+===============================
+
+                  [ this file is autogenerated, do not edit ]
+
+
+ 1. tcp.established
+        incremented each time a tcp connection is established.
+
+ 2. tcp.passive_open
+        total number of accepted connections (so far).
+
+ 3. tcp.connect_success
+        total number of successfully active opened connections
+        (successful connect()s).
+
+ 4. tcp.connect_failed
+        number of failed active connection attempts.
+
+ 5. tcp.local_reject
+        number of rejected incoming connections.
+
+ 6. tcp.con_timeout
+        total number of connections that did timeout (idle for too
+        long).
+
+ 7. tcp.con_reset
+        total number of TCP_RSTs received on established connections.
+
+ 8. tcp.send_timeout
+        number of send attempts that failed due to a timeout(note:
+        works only in tcp async mode).
+
+ 9. tcp.sendq_full
+        number of send attempts that failed because of exceeded
+        bufferingcapacity (send queue full, works only in tcp async
+        mode).
+
+10. tcp.current_opened_connections
+        number of currently opened connections.
+
+11. tcp.current_write_queue_size
+        current sum of all the connections write queue sizes.
+

+ 22 - 0
doc/counter_list/docbook/counter_list.xml

@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- this file is autogenerated, do not edit! -->
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+	"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
+	[ <!ENTITY % local.common.attrib
+	 "xmlns:xi CDATA #FIXED 'http://www.w3.org/2001/XInclude'">]
+>
+<book id="counter_list" xmlns:xi="http://www.w3.org/2001/XInclude">
+	<title>Counter List</title>
+	<bookinfo><revhistory><revision>
+		<revnumber>sip-router git-bf9d26</revnumber>
+		<date>Wed, 01 Sep 2010 19:01:58 +0200</date>
+		<revremark>
+			Automatically generated by:
+			make -C doc/counter_list all
+		</revremark>
+	</revision></revhistory></bookinfo>
+		<xi:include href="counters_dns.xml"/>
+		<xi:include href="counters_tcp.xml"/>
+		<xi:include href="counters_sctp.xml"/>
+		<xi:include href="counters_mysql.xml"/>
+</book>

+ 18 - 0
doc/counter_list/docbook/counters_dns.xml

@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- this file is autogenerated, do not edit! -->
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+	"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<chapter id="counters.dns">
+	<title> Counters for dns</title>
+
+
+<section id="dns.failed_dns_request">
+    <title>dns.failed_dns_request</title>
+    <para>
+        incremented each time a DNS request has failed.
+    </para>
+    <para>
+    </para>
+</section>
+
+</chapter>

+ 19 - 0
doc/counter_list/docbook/counters_mysql.xml

@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- this file is autogenerated, do not edit! -->
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+	"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<chapter id="counters.mysql">
+	<title> Counters for mysql</title>
+
+
+<section id="mysql.driver_errors">
+    <title>mysql.driver_errors</title>
+    <para>
+        incremented each time a Mysql error happened because the
+        server/connection has failed.
+    </para>
+    <para>
+    </para>
+</section>
+
+</chapter>

+ 112 - 0
doc/counter_list/docbook/counters_sctp.xml

@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- this file is autogenerated, do not edit! -->
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+	"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<chapter id="counters.sctp">
+	<title> Counters for sctp</title>
+
+
+<section id="sctp.established">
+    <title>sctp.established</title>
+    <para>
+        incremented each time a new association is established.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="sctp.connect_failed">
+    <title>sctp.connect_failed</title>
+    <para>
+        incremented each time a new outgoing connection fails.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="sctp.local_reject">
+    <title>sctp.local_reject</title>
+    <para>
+        number of rejected incoming connections.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="sctp.remote_shutdown">
+    <title>sctp.remote_shutdown</title>
+    <para>
+        incremented each time an association is closed by the peer.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="sctp.assoc_shutdown">
+    <title>sctp.assoc_shutdown</title>
+    <para>
+        incremented each time an association is shutdown.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="sctp.comm_lost">
+    <title>sctp.comm_lost</title>
+    <para>
+        incremented each time an established connection is close due
+        tosome error.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="sctp.sendq_full">
+    <title>sctp.sendq_full</title>
+    <para>
+        number of failed send attempt due to exceeded buffering
+        capacity (full kernel buffers).
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="sctp.send_failed">
+    <title>sctp.send_failed</title>
+    <para>
+        number of failed send attempt for any reason except full
+        buffers.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="sctp.send_force_retry">
+    <title>sctp.send_force_retry</title>
+    <para>
+        incremented each time a failed send is force-retried(possible
+        only if sctp_send_retries ! = 0.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="sctp.current_opened_connections">
+    <title>sctp.current_opened_connections</title>
+    <para>
+        number of currently opened associations.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="sctp.current_tracked_connections">
+    <title>sctp.current_tracked_connections</title>
+    <para>
+        number of currently tracked associations.
+    </para>
+    <para>
+    </para>
+</section>
+
+</chapter>

+ 113 - 0
doc/counter_list/docbook/counters_tcp.xml

@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- this file is autogenerated, do not edit! -->
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+	"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<chapter id="counters.tcp">
+	<title> Counters for tcp</title>
+
+
+<section id="tcp.established">
+    <title>tcp.established</title>
+    <para>
+        incremented each time a tcp connection is established.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="tcp.passive_open">
+    <title>tcp.passive_open</title>
+    <para>
+        total number of accepted connections (so far).
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="tcp.connect_success">
+    <title>tcp.connect_success</title>
+    <para>
+        total number of successfully active opened connections
+        (successful connect()s).
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="tcp.connect_failed">
+    <title>tcp.connect_failed</title>
+    <para>
+        number of failed active connection attempts.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="tcp.local_reject">
+    <title>tcp.local_reject</title>
+    <para>
+        number of rejected incoming connections.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="tcp.con_timeout">
+    <title>tcp.con_timeout</title>
+    <para>
+        total number of connections that did timeout (idle for too
+        long).
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="tcp.con_reset">
+    <title>tcp.con_reset</title>
+    <para>
+        total number of TCP_RSTs received on established connections.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="tcp.send_timeout">
+    <title>tcp.send_timeout</title>
+    <para>
+        number of send attempts that failed due to a timeout(note:
+        works only in tcp async mode).
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="tcp.sendq_full">
+    <title>tcp.sendq_full</title>
+    <para>
+        number of send attempts that failed because of exceeded
+        bufferingcapacity (send queue full, works only in tcp async
+        mode).
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="tcp.current_opened_connections">
+    <title>tcp.current_opened_connections</title>
+    <para>
+        number of currently opened connections.
+    </para>
+    <para>
+    </para>
+</section>
+
+<section id="tcp.current_write_queue_size">
+    <title>tcp.current_write_queue_size</title>
+    <para>
+        current sum of all the connections write queue sizes.
+    </para>
+    <para>
+    </para>
+</section>
+
+</chapter>