[OpenSIPS-Users] Code profiling for OpenSIPS 1.6
    Iulia Bublea 
    iulia at opensips.org
       
    Thu Oct  8 17:35:21 CEST 2009
    
    
  
Hello,
I uploaded on the opensips.org web site (see 
http://www.opensips.org/Resources/TestsProfiling) some results and 
interpretations of a code profiling for OpenSIPS 1.6. The purpose is to 
determine which is the most expensive task when it comes to CPU usage.
Results are available in two ways:
   
    - raw text file - containing a list for every function called and 
its time of execution; you can use kprof to get a nicer GUI 
visualization of the content.
    - chart - containing an overall view on certain groups:
          * time spent in parsing SIP messages (PARSE)
          * time spent in building SIP messages (BUILD)
          * time spent in executing SIP messages (EXEC)
          * time spent in memory operations (MEM)
For more information on the profiling scenario and for the results take 
a look on the project's site at the following link:
            http://www.opensips.org/Resources/TestsProfiling
Best regards,
Iulia
    
    
More information about the Users
mailing list