Closed
Bug 25594
Opened 25 years ago
Closed 25 years ago
socket transport degredation
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: jud, Assigned: rpotts)
Details
(Keywords: perf, Whiteboard: [PDT-])
Attachments
(1 file)
A few months ago Rick noted that socket transport performace took a nose-dive.
If I recall correctly his tests showed an 8-10x slowdown. I'm filing this bug to
track this occurrance.
Comment 2•25 years ago
|
||
how are you guys measuring this?
| Reporter | ||
Comment 3•25 years ago
|
||
I don't recall the details. I believe rick noticed this running one of the
socket test harnesses.
tever, find out from engineers best way to measure this and let us know hos much
slower than 4.x
Comment 5•25 years ago
|
||
PDT needs data to make a call on beta1.
| Assignee | ||
Comment 6•25 years ago
|
||
I was using the testprotocols.exe test program. This program acts as a
standalone data sink for necko that simply throws away the data as it arrives
from the network.
The benchmark I was using was to download a 10mb file via http. I was using
the following command: testprotocols http://warp/u/rpotts/big.html
The last time I looked, it was taking several minutes for testprotocols to
download this file... However, using today's tip, I got a much more reasonable
times of < 30 seconds.
Here is some data from my laptop (using a 10 MBit ethernet card)
Throughput: 3564202 bps (Read time: 24.405 seconds)
Throughput: 7449204 bps (Read time: 11.667 seconds)
Throughput: 7367185 bps (Read time: 11.807 seconds)
If I remember correctly, the old netlib could process this file in about 30
seconds (via a similar stand-alone test app called nettest.exe)
So, it looks like socket transport problem that I was seeing has gone away :-)
Comment 7•25 years ago
|
||
Well, using the same program that Rick used I am getting similar
results. 3 runs
7385952 bps 11.777 sec
7442830 bps 11.687 sec
7323765 bps 11.877 sec
Not too shabby. Marking as fixed
Look's pretty decent so I am going to close this one down.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 10•2 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•