Hi David, Sorry for sooo long delay. Still, it may worth answering this for the other community members.
To date we have no standard test for testing performance of the whole sipXtapi stack. But practice shows that most of the CPU consumption comes from the media processing inside sipXmediaLib. And here we do have some ways of performance measuring. First one is MpCodecsPerformanceTest in sipXmediaLib's unittests. It will give you some insights on how much encoding/decoding costs on your system. Enable it in the build and tweak its settings to get real values. E.g. set NUM_PACKETS_TO_TEST to some high value, adjust FRAME_MS to the frame size you use in mediaLib (it's 10ms by default, while FRAME_MS suggests 20ms). Second one is mstream example application in sipXmediaAdapterLib. It can be used to create many RTP streams and flowgraphs and then you can use any CPU load monitoring utility to measure performance. We have an advanced version of mstream on hands not checked in to svn and a python script to measure CPU load under Windows and Linux. If there will be an interest coming from community, we'll work on checking this into svn (probably with your help ;) ). On Tue, Mar 31, 2009 at 10:41, dsuh<dsuhpub...@gmail.com> wrote: > Are there any performance numbers on how many channels of RTP and > conference that have been successfully run on specific hardware with > specific memory? > > I am looking for these separate scenarios: > -number of G.711 individual RTP channels run on a system > -number of G.711 conference RTP channels run on a system > -number of G.729 individual RTP channels run on a system > -number of G.729 conference RTP channels run on a system > -number of G.722 individual RTP channels run on a system > -number of G.722 conference RTP channels run on a system > > Thanks, > David Suh > _______________________________________________ > sipxtapi-dev mailing list > sipxtapi-dev@list.sipfoundry.org > List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/ > -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list sipxtapi-dev@list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/