[Prism54-devel] benchamark
Feyd
feyd@seznam.cz
Thu, 4 Mar 2004 09:20:28 +0100
Hi,
I compiled the driver staticaly into the kernel to see if it affects performace
and the result is pleasant (I was getting about 10-12 Mbit with the driver as
module on those slow machines):
notes:~# nttcp -T -t -l16384 gw
Bytes Real s CPU s Real-MBit/s CPU-MBit/s Calls Real-C/s CPU-C/s
l 33554432 11.17 0.31 24.0360 855.0180 2048 183.38 6523.3
1 33554432 11.19 1.04 23.9794 257.1612 22540 2013.50 21593.3
after setting frameburst to 5000 (maximum allowed by windows driver) on both
machines (./setoid eth0 0x1b000008 136 19 0 0):
notes:~# nttcp -T -t -l16384 gw
Bytes Real s CPU s Real-MBit/s CPU-MBit/s Calls Real-C/s CPU-C/s
l 33554432 8.58 0.51 31.3002 524.3689 2048 238.80 4000.6
1 33554432 8.59 0.90 31.2364 298.6386 16113 1874.98 17926.0
notes:~# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 6
model name : Mobile Pentium II
stepping : 10
cpu MHz : 332.592
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr
bogomips : 657.40
gw:~# cat /proc/cpuinfo
processor : 0
vendor_id : CentaurHauls
cpu family : 6
model : 6
model name : VIA Samuel
stepping : 2
cpu MHz : 400.365
cache size : 128 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu de tsc msr mce cx8 mtrr pge mmx 3dnow
bogomips : 789.82
Feyd