Go Back   ZeroC Forums > Help Center

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 03-09-2004
SteveWampler SteveWampler is offline
Registered User
 
 
Join Date: Sep 2003
Posts: 48
Performance measures for IceStorm

Has anyone done (and can share!) performance measurements on IceStorm?
Things like:
(a) throughput
(b) latency
(c) effects of loading
would be very useful!
Reply With Quote
  #2 (permalink)  
Old 09-29-2004
Binary Binary is offline
Registered User
 
 
Join Date: Sep 2004
Posts: 11
Re: Performance measures for IceStorm

Quote:
Originally posted by SteveWampler
Has anyone done (and can share!) performance measurements on IceStorm?
Things like:
(a) throughput
(b) latency
(c) effects of loading
would be very useful!
i modifed ice def in IceStorm sample as following:

sequence<byte> xbuffer;
struct Message
{
string hostid;
long timestamp;
xbuffer buf;
};

interface Clock
{
void tick(Message msg);
};

before sending, Message.buf is set with 512 bytes.
tick()is called every 30ms, as one way.

IceStorm runs on p4 3.0G(HT)+1G Ram + 1000M NIC, client host run 1~5 publisher & subscriber.

total publisher + subscriber/latency(publisher->server->subscriber)/IceStorm cpu load
<5+5/0ms/<1%
5~20/1~3ms/1%~5%
20~30/100~8000ms/<17%

i think ipstack is full loaded when we have 30 subscribers & publishers.

when i get 1000M nic, i will run test on redhat ES to see the difference.
Attached Files
File Type: zip stormbench.zip (108.5 KB, 98 views)
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
about performance fengxb Help Center 7 01-12-2007 06:55 AM
what performance ice vs ace? BSanLang Comments 1 10-13-2006 03:20 PM
IceStorm performance Nis Baggesen Help Center 9 04-24-2006 06:59 AM
Server-side throughput performance measures? SteveWampler Help Center 3 08-31-2004 07:53 PM
Ice performance ? ChMeessen Comments 5 09-25-2003 12:47 PM


All times are GMT -4. The time now is 08:35 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.