[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dropping 686 non-pae kernel



On 13/03/2011 04:45, Ben Hutchings wrote:
This really ought to be checked on a Pentium M as well, though.

Ok, my notebook uses a Pentium M 725 (Dothan).
I've run the following script (it should be equivalent to yours) with 2.6.38-rc7 from experimental in recovery mode, both for 486 and 686. Attached you can find the results.

#!/bin/bash
for i in {1..3}; do
    netperf -H 192.168.10.1,4 -t TCP_STREAM -l 60
    netperf -H 192.168.10.1,4 -t UDP_RR -l 60
done

The differences between 486 and 686 look very small, if not null.
If you want me to do some more tests, i'm available.

I've seen in the beginning of this thread you've reported the result of a scripts elaborated by a program called ministat. I admit i've not understood well neither the results nor the procedure. If you want me to do that as well, please, explain a bit more the procedure. Otherwise we can try to use some benchmark tools (no experience in this field). I've seen that Phoronix is in Debian since few days.

Ciao.

Cesare.
TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 192.168.10.1 (192.168.10.1) port 0 AF_INET : demo
Recv   Send    Send                          
Socket Socket  Message  Elapsed              
Size   Size    Size     Time     Throughput  
bytes  bytes   bytes    secs.    10^6bits/sec  

 87380  16384  16384    60.00    3499.79   
 87380  16384  16384    60.00    3534.46   
 87380  16384  16384    60.00    3495.89   


UDP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 192.168.10.1 (192.168.10.1) port 0 AF_INET : demo
Local /Remote
Socket Size   Request  Resp.   Elapsed  Trans.
Send   Recv   Size     Size    Time     Rate         
bytes  Bytes  bytes    bytes   secs.    per sec   

114688 114688 1        1       60.00    64590.18   
114688 114688
114688 114688 1        1       60.00    64958.24   
114688 114688
114688 114688 1        1       60.00    64770.58   
114688 114688


TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 192.168.10.1 (192.168.10.1) port 0 AF_INET : demo
Recv   Send    Send                          
Socket Socket  Message  Elapsed              
Size   Size    Size     Time     Throughput  
bytes  bytes   bytes    secs.    10^6bits/sec  

 87380  16384  16384    60.00    3443.95   
 87380  16384  16384    60.00    3450.00   
 87380  16384  16384    60.00    3397.42   


UDP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 192.168.10.1 (192.168.10.1) port 0 AF_INET : demo
Local /Remote
Socket Size   Request  Resp.   Elapsed  Trans.
Send   Recv   Size     Size    Time     Rate         
bytes  Bytes  bytes    bytes   secs.    per sec   

114688 114688 1        1       60.00    60308.29   
114688 114688
114688 114688 1        1       60.00    60628.59   
114688 114688
114688 114688 1        1       60.00    60599.16   
114688 114688

Reply to: