.. _slb_proxy_stats:

slb proxy stats
===============

Statistics for the object proxy


proxy Specification
-------------------

	===================================== ========================================================
	 **Parameter**                         **Value** 

	===================================== ========================================================
	 **Type**                              *Configuration Resource*

	 **Element Name**                      proxy

	 **Element URI**                       /axapi/v3/slb/proxy/stats

	 **Element Attributes**                proxy_attributes

	 **Partition Visibility**              None

	 **Schema**                             :download:`proxy schema <slb-proxy-stats/slb-proxy-stats.txt>`
	===================================== ========================================================





	**Operations Allowed:**




.. raw:: html

   <script type="text/javascript">
 function showExample(a,b) { document.getElementById(a+'_div').style.display = 'block'; document.getElementById(a+'_cl').style.display = 'block'; document.getElementById(a+'_eg').style.display = 'none';}
   function closeExample(a,b) { document.getElementById(a+'_div').style.display = 'none'; document.getElementById(a+'_cl').style.display = 'none'; document.getElementById(a+'_eg').style.display = 'block';}
 </script>
   <table width='90%' style='margin-left:5%'>



.. raw:: html

   <tr style='border-bottom: thin solid; border-top: thin solid'><th width=15%>Operation</th><th width=10%>Method</th><th>URI</th><th width=15%>Payload</th><th width=10%></th></tr>




.. raw:: html

   <tr  style='border-bottom: thin solid;'><td valign = 'top'>


Create Object



.. raw:: html

   </td><td valign = 'top'>


POST



.. raw:: html

   </td><td valign = 'top'>


/axapi/v3/slb/proxy/stats



.. raw:: html

   </td><td valign = 'top'>


:ref:`2849_proxy_attributes`



.. raw:: html

   </td><td></td></tr>




.. raw:: html

   <tr  style='border-bottom: thin solid;'><td valign = 'top'>


Get Object



.. raw:: html

   </td><td valign = 'top'>


GET



.. raw:: html

   </td><td valign = 'top'>


/axapi/v3/slb/proxy/stats



.. raw:: html

   </td><td valign = 'top'>


:ref:`2849_proxy_attributes`



.. raw:: html

   </td><td></td></tr>




.. raw:: html

   <tr  style='border-bottom: thin solid;'><td valign = 'top'>


Modify Object



.. raw:: html

   </td><td valign = 'top'>


POST



.. raw:: html

   </td><td valign = 'top'>


/axapi/v3/slb/proxy/stats



.. raw:: html

   </td><td valign = 'top'>


:ref:`2849_proxy_attributes`



.. raw:: html

   </td><td></td></tr>




.. raw:: html

   <tr  style='border-bottom: thin solid;'><td valign = 'top'>


Replace Object



.. raw:: html

   </td><td valign = 'top'>


PUT



.. raw:: html

   </td><td valign = 'top'>


/axapi/v3/slb/proxy/stats



.. raw:: html

   </td><td valign = 'top'>


:ref:`2849_proxy_attributes`



.. raw:: html

   </td><td></td></tr>




.. raw:: html

   <tr  style='border-bottom: thin solid;'><td valign = 'top'>


Delete Object



.. raw:: html

   </td><td valign = 'top'>


DELETE



.. raw:: html

   </td><td valign = 'top'>


/axapi/v3/slb/proxy/stats



.. raw:: html

   </td><td valign = 'top'>


:ref:`2849_proxy_attributes`



.. raw:: html

   </td><td></td></tr>




.. raw:: html

   </table>

.. _2849_proxy_attributes:

proxy attributes
----------------

    **stats**

        **Description:** stats is a **JSON Block**.  Please see below for :ref:`2849_stats` 

        **Type:** Object

.. _2849_stats:

stats
^^^^^
	=============================== ===================================================
	**Specification**                 **Value**
	=============================== ===================================================
	 **Type**                        *object*

	=============================== ===================================================

    **client_fin**

        **Description** Client FIN

        **Type:** number

        **Format:** counter

    **client_rst**

        **Description** Client RST

        **Type:** number

        **Format:** counter

    **conn_not_exist**

        **Description** Conn not exist

        **Type:** number

        **Format:** counter

    **data_cb_failed**

        **Description** App DATA callback failed

        **Type:** number

        **Format:** counter

    **data_event**

        **Description** Data received

        **Type:** number

        **Format:** counter

    **err_cb_failed**

        **Description** App ERR callback failed

        **Type:** number

        **Format:** counter

    **err_event**

        **Description** Error occured

        **Type:** number

        **Format:** counter

    **est_cb_failed**

        **Description** App EST callback failed

        **Type:** number

        **Format:** counter

    **est_event**

        **Description** Connection established

        **Type:** number

        **Format:** counter

    **event_failed**

        **Description** Event failed

        **Type:** number

        **Format:** counter

    **line_too_long**

        **Description** Line too long

        **Type:** number

        **Format:** counter

    **no_mem**

        **Description** No memory

        **Type:** number

        **Format:** counter

    **queue_depth_over_limit**

        **Description** Queue depth over limit

        **Type:** number

        **Format:** counter

    **server_fin**

        **Description** Server FIN

        **Type:** number

        **Format:** counter

    **server_rst**

        **Description** Server RST

        **Type:** number

        **Format:** counter

    **service_alloc_cb**

        **Description** Service alloc callback

        **Type:** number

        **Format:** counter

    **service_alloc_cb_failed**

        **Description** Service alloc callback failed

        **Type:** number

        **Format:** counter

    **service_free_cb**

        **Description** Service free callback

        **Type:** number

        **Format:** counter

    **service_free_cb_failed**

        **Description** Service free callback failed

        **Type:** number

        **Format:** counter

    **start_server_conn**

        **Description** Start server conn

        **Type:** number

        **Format:** counter

    **start_server_conn_fail_mem**

        **Description** No memory

        **Type:** number

        **Format:** counter

    **start_server_conn_fail_persist**

        **Description** Fail Persistence

        **Type:** number

        **Format:** counter

    **start_server_conn_fail_server**

        **Description** Fail Server issue

        **Type:** number

        **Format:** counter

    **start_server_conn_fail_snat**

        **Description** Failed Source NAT

        **Type:** number

        **Format:** counter

    **start_server_conn_fail_tuple**

        **Description** Fail Tuple Issue

        **Type:** number

        **Format:** counter

    **start_server_conn_no_route**

        **Description** No route to server

        **Type:** number

        **Format:** counter

    **start_server_conn_succ**

        **Description** Success

        **Type:** number

        **Format:** counter

    **tcp_event**

        **Description** TCP stack event

        **Type:** number

        **Format:** counter

    **wbuf_cb_failed**

        **Description** App WBUF callback failed

        **Type:** number

        **Format:** counter

    **wbuf_event**

        **Description** Ready to send data

        **Type:** number

        **Format:** counter