statscell Struct Reference

#include <statistics.h>


Data Fields

char type
union {
   struct {
      struct timeval   action_recvd
      struct timeval   action_reply_sent
      struct timeval   event_sent
   }   uac
   struct {
      struct timeval   action_recvd
      struct timeval   as_relay
      struct timeval   event_sent
   }   uas
u


Detailed Description

stores statistics about a given APP SERVER, for instance, how much it lasted to respond to a given incoming request transaction, how many requests went in and how many responses went out, etc. this should be about... 16*4+20*4+4 bytes...64+80+4=148 bytes each cell

Definition at line 37 of file modules/seas/statistics.h.


Field Documentation

struct timeval action_recvd [read]

Definition at line 46 of file modules/seas/statistics.h.

struct timeval action_reply_sent [read]

Definition at line 51 of file modules/seas/statistics.h.

struct timeval as_relay [read]

Definition at line 44 of file modules/seas/statistics.h.

struct timeval event_sent [read]

Definition at line 45 of file modules/seas/statistics.h.

char type

0 = UAS, 1 = UAC

Definition at line 40 of file modules/seas/statistics.h.

Referenced by as_relay_stat().

union { ... } u

difference between a request_event and a reply_action

Referenced by action_stat(), as_relay_stat(), and event_stat().

struct { ... } uac

struct { ... } uas


The documentation for this struct was generated from the following file:

Generated on Thu May 24 18:00:48 2012 for Kamailio - The Open Source SIP Server by  doxygen 1.5.6