Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Estimating Call Capacity

Goto page Previous  1, 2
 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
cliff at develix.com
Guest





PostPosted: Wed Oct 28, 2009 5:04 pm    Post subject: [Freeswitch-users] Estimating Call Capacity Reply with quote

Hi Shelby,

Thanks! That's pretty useful. I also note that this same info is
available from the CLI, although I was curious as to what some of the
numbers indicated:

UP 0 years, 13 days, 19 hours, 25 minutes, 48 seconds, 887 milliseconds, 975 microseconds
529509 session(s) since startup
26 session(s) 0/30
1000 session(s) max

Specifically, 26 sessions 0/30... I take it this means there are 26
current sessions, but I'm unsure of what the "0/30" means.

Cliff


On Tue, 2009-10-27 at 15:19 -0500, Shelby Ramsey wrote:
Quote:
Cliff,

Try using xml_rpc ... status or show channels will give you what you need.

SDR

Cliff Wells wrote:
Quote:
A little off-topic, but since call-capacity is the subject, what are
people using to analyze their CDR's to discover this? I'm handling
about 30k calls per day but have only a bandwidth-based guesstimate of
the peak number of concurrent calls I'm handling.

If there's an open source solution, I'd appreciate a pointer.

Regards,
Cliff

On Mon, 2009-10-26 at 18:01 -0400, Eliot Gable wrote:

Quote:
Although, FYI, I just benchmarked mod_xml_curl on a separate web app
server from FS with FS on a Dell R710 with their current best
processor option (Intel Xeon X5570 @2.93GHz with 8-cores total) and 32
GB memory. The web app server is less than half the power of the R710.
I maxed the web app server at 300 calls per second (both setting up
and tearing down) and the R710 running FS was 65% idle. No audio was
being proxied through FS, though. If I were running the web app server
on an equivalent R710, they probably would have been on-par with each
other in performance. Extrapolating, I expect that in such a case I
should be able to get at least 650 CPS out of FS, though for
production I would probably limit it to 400 CPS or less so I leave
room for miscellaneous tasks. I maxed out the R710 at over 16,000
simultaneous calls (again, no audio proxying) but the only reason I
couldn't do more was because I hit some sort of thread creation limit
in Linux. There was about 17 GB of memory used for this many calls.
This should give you some ballpark idea of what you can accomplish
with FS.

At some point, I will track down and resolve the thread creation
issue, at which time I believe call limits will be limited either by a
complex combination of available memory, the speed of the processor,
the cost of thread context switching, calls per second setup rate, and
call duration.

--
Eliot Gable


Quote:
-----Original Message-----

From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Giovanni Maruzzelli

Sent: Monday, October 26, 2009 4:56 PM

To: freeswitch-users@lists.freeswitch.org

Subject: Re: [Freeswitch-users] Estimating Call Capacity



On Mon, Oct 26, 2009 at 9:28 PM, Vinuth Madinur

<vinuth.madinur@gmail.com> wrote:


Quote:
Here are a few benchmarks that I had stumbled upon.

http://wiki.voiceworks.pl/display/~pawel/FreeSwitch+performance+on+SUN+x2200+M2


Please remember NO benchmarks are endorsed by the FS community or

developers, because there are just too many variables, and a simple

figure is just useful for marketing hype, not for real dimensioning.



You MUST do your own benchmarking, so you get an idea about how to

dimension for your own use case and hardware.






Quote:
Thanks,

Vinuth.

On Tue, Oct 27, 2009 at 1:43 AM, Brian West <brian@freeswitch.org> wrote:

Quote:
I highly doubt it... You can wait for someone to post their results

but in the end you'll have to do your own load testing because not

everyone's numbers will jive with your use case. Which is the reason

the project never posts or endorses a set call count.

/b

On Oct 26, 2009, at 2:50 PM, Ujjval Karihaloo wrote:

Quote:
Are there any benchmarking test results available publicly?

________________________________________

_______________________________________________

FreeSWITCH-users mailing list

FreeSWITCH-users@lists.freeswitch.org

http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

http://www.freeswitch.org

_______________________________________________

FreeSWITCH-users mailing list

FreeSWITCH-users@lists.freeswitch.org

http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

http://www.freeswitch.org






--

Sincerely,



Giovanni Maruzzelli

Cell : +39-347-2665618



_______________________________________________

FreeSWITCH-users mailing list

FreeSWITCH-users@lists.freeswitch.org

http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users

http://www.freeswitch.org

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
http://www.google.com/search?q=vonage+sucks


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
brian at freeswitch.org
Guest





PostPosted: Wed Oct 28, 2009 5:11 pm    Post subject: [Freeswitch-users] Estimating Call Capacity Reply with quote

sessions per second now/max

/b

On Oct 28, 2009, at 4:58 PM, Cliff Wells wrote:

Quote:
current sessions, but I'm unsure of what the "0/30" means.


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services