vonaldinjo
05-26-2003, 09:23 AM
Hello,
I am trying to get the throughput available for message transfer using ATM as well as Gbps ethernet between two computers for messages of different sizes. For each message size I repeat the experiment (send message, read at the other side and find out the time taken) several times. For each message size, the time taken most of the time falls within some range but sometimes (like once in 5 times) the time taken will be some huge value, way out of the range. I wonder whether to simply find out the average of all measurements or to exclude these 'surges ' in delay and find the average of only those values falling in some range? How should I do it?
with ethernet , using TCP sockets, the delay for small messages like less than 100 chars, varies so much in each instance that i feel that an average will not reflect the reality. How to do it ?
I am trying to get the throughput available for message transfer using ATM as well as Gbps ethernet between two computers for messages of different sizes. For each message size I repeat the experiment (send message, read at the other side and find out the time taken) several times. For each message size, the time taken most of the time falls within some range but sometimes (like once in 5 times) the time taken will be some huge value, way out of the range. I wonder whether to simply find out the average of all measurements or to exclude these 'surges ' in delay and find the average of only those values falling in some range? How should I do it?
with ethernet , using TCP sockets, the delay for small messages like less than 100 chars, varies so much in each instance that i feel that an average will not reflect the reality. How to do it ?