Skip to Content.
Sympa Menu

thrulay-users - Re: Thrulay @ sunnyvale

Subject: Discussion list for thrulay, a network testing tool

List archive

Re: Thrulay @ sunnyvale


Chronological Thread 
  • From: stanislav shalunov <>
  • To: "Logg, Connie A." <>
  • Cc: "Cottrell, Les" <>, "McKee, Shawn" <>, "Li, Yee-Ting" <>,
  • Subject: Re: Thrulay @ sunnyvale
  • Date: 18 Oct 2005 15:18:29 -0400
  • Resent-date: 18 Oct 2005 15:55:24 -0400
  • Resent-from: stanislav shalunov <>
  • Resent-message-id: <20051018195524.D90252E083@localhost>
  • Resent-to:

Connie,

Excellent. Does this meet your performance expectations (1.36Gb/s
single-stream and 2.31Gb/s with multiple streams)? (I don't know what
the hardware is capable of.) How does it compare with other testing
programs?

I suspect performance could be improved by setting the block size
higher than the default 8kB, maybe -l131072 or even more---this would
need experimentation. Would you be willing to run several tests as
follows?

for l in 8192 16384 32768 65536 131072 262144 524288 1048576;
do thrulay -l $l hostname | fgrep "**"; done

(This should take about 8 minutes to run and produce 8 lines of
output.) The results of this 8-minute test would help us tune the
default block size better, if needed.

An additional performance-enhancing avenue is TSC-based timekeeping,
which would halve the number of context switches in thrulay operation.

--Stas

P.S. Is it OK to forward your message to

and copy this exchange there? I think this might well be of general
interest.




Archive powered by MHonArc 2.6.16.

Top of Page