Networking Forums

Networking Forums > Computer Networking > Linux Networking > TCP performance analysis

Reply
Thread Tools Display Modes

TCP performance analysis

 
 
cranium.2003@gmail.com
Guest
Posts: n/a

 
      05-26-2005, 01:55 AM
Hello,
Does anyone knows how to interpret results from TTCP performance
tool?
I executed ttcp -r -s on PC1 and ttcp -t -s 10.0.0.20. My results on
PC1 is
ttcp -r -s
ttcp-r: buflen=8192, nbuf=2048, align=16384/0, port=5001 tcp
ttcp-r: socket
ttcp-r: accept from 10.0.0.20
ttcp-r: 16777216 bytes in 14.89 real seconds = 1100.66 KB/sec +++
ttcp-r: 11573 I/O calls, msec/call = 1.32, calls/sec = 777.46
ttcp-r: 0.0user 0.0sys 0:14real 0% 0i+0d 0maxrss 0+2pf 0+0csw
I am unable to get last two lines. can anybody help me to understand
it?

 
Reply With Quote
 
 
 
 
Rick Jones
Guest
Posts: n/a

 
      05-26-2005, 04:35 PM
(E-Mail Removed) wrote:
> Hello,
> Does anyone knows how to interpret results from TTCP performance
> tool?
> I executed ttcp -r -s on PC1 and ttcp -t -s 10.0.0.20. My results on
> PC1 is
> ttcp -r -s
> ttcp-r: buflen=8192, nbuf=2048, align=16384/0, port=5001 tcp
> ttcp-r: socket
> ttcp-r: accept from 10.0.0.20
> ttcp-r: 16777216 bytes in 14.89 real seconds = 1100.66 KB/sec +++
> ttcp-r: 11573 I/O calls, msec/call = 1.32, calls/sec = 777.46
> ttcp-r: 0.0user 0.0sys 0:14real 0% 0i+0d 0maxrss 0+2pf 0+0csw
> I am unable to get last two lines. can anybody help me to understand
> it?


The second to last line claims that ttcp make 11573 I/O calls (eg
send/recv), that each call took (on average I presume) 1.32
milliseconds, and that it was making those calls at a rate of 777.46
per second.

The last like is (perhaps bogusly depending on what calls it made to
get it) that there was 0.0 seconds of CPU time in user mode, 0.0
seconds of CPU time in "system" (kernel) mode and 14 seconds of wall
clock time. Alas I'm not familiar with the last bits on the last line.

rick jones

shameless plug time - you might want to look into netperf -
http://www.netperf.org/

--
The glass is neither half-empty nor half-full. The glass has a leak.
The real question is "Can it be patched?"
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
 
Reply With Quote
Reply

Thread Tools
Display Modes

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Analysis on wireless connection Per Münster Wireless Internet 1 05-13-2004 08:53 PM
hostAP analysis? Choonho Son Linux Networking 1 04-19-2004 04:17 AM
network performance analysis Wenjie Linux Networking 2 08-29-2003 03:51 AM
Performance Analysis with Netflow e Open source Data Analyzer mans2002@libero.it Linux Networking 0 07-14-2003 11:54 AM
Ping result analysis Relax.it Linux Networking 1 06-26-2003 12:36 PM



1 2 3 4 5 6 7 8 9 10 11