[Devel] CVS commitlog: sip-server statistics.h sip-server/modules/tm h_table.c t_funcs.c t_reply.c t_stats.c t_stats.h timer.c tm.c

Bogdan-Andrei Iancu bogdan at voice-system.ro
Tue Feb 7 13:34:42 CET 2006


User: bogdan_iancu
Date: 2006/02/07 04:34:42 PST

  OpenSER CVS - Commit Details

  Modified files:
    .                    statistics.h 
    modules/tm           h_table.c t_funcs.c t_reply.c t_stats.h 
                         timer.c tm.c 
  Removed files:
    modules/tm           t_stats.c 
  Commit Log:
  - advanced TM monitoring; available statistic variables:
          received_replies - statefull received replies
          relayed_replies - statefull relayed replies
          local_replies - statefull local generated replies
          UAS_transactions - no. of processed UAS transactions
          UAC_transactions - no. of processed UAC transactions
          2xx_transactions - no. of trasactions finished via 2xx replies
          3xx_transactions - no. of trasactions finished via 3xx replies
          4xx_transactions - no. of trasactions finished via 4xx replies
          5xx_transactions - no. of trasactions finished via 5xx replies
          6xx_transactions - no. of trasactions finished via 6xx replies
          inuse_transactions - no. of current in memory transactions
  - statistics monitor
      negative values accepted for updates via atomic ops
  
  Revision  Changes    Path
  1.8       +8 -28     sip-server/modules/tm/h_table.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/h_table.c?r1=1.7&r2=1.8 ]
  1.9       +1 -3      sip-server/modules/tm/t_funcs.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/t_funcs.c?r1=1.8&r2=1.9 ]
  1.18      +5 -8      sip-server/modules/tm/t_reply.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/t_reply.c?r1=1.17&r2=1.18 ]
  1.3       +0 -219    sip-server/modules/tm/t_stats.c (dead)
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/t_stats.c?rev=1.2&content-type=text/plain ]
  1.2       +55 -51    sip-server/modules/tm/t_stats.h
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/t_stats.h?r1=1.1&r2=1.2 ]
  1.3       +1 -3      sip-server/modules/tm/timer.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/timer.c?r1=1.2&r2=1.3 ]
  1.24      +50 -23    sip-server/modules/tm/tm.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/tm.c?r1=1.23&r2=1.24 ]
  1.4       +5 -2      sip-server/statistics.h
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/statistics.h?r1=1.3&r2=1.4 ]



More information about the Devel mailing list