[netperf-talk] Problem when running netserver in a windows machine

刘亚东 liu21yd at hotmail.com
Wed Jul 22 19:40:55 PDT 2009



 hi, Spencer

 

        a). I have create C:\temp on the netserver side. 

 

        b). here is netperf.debug.

 

Best Regards,

yadong liu

 


From: spencer.frink at hp.com
To: liu21yd at hotmail.com; louis.laborde at hp.com; rick.jones2 at hp.com
CC: netperf-talk at netperf.org
Date: Wed, 22 Jul 2009 16:36:11 +0000
Subject: RE: [netperf-talk] Problem when running netserver in a windows machine




a) Did you remember to create the c:\temp directory on the netserver side?
 
b) Can you send the netserver log files "c:\temp\netperf.debug*" please?
 
Thanks,
Spencer Frink



From: 刘亚东 [mailto:liu21yd at hotmail.com] 
Sent: Tuesday, July 21, 2009 10:01 PM
To: Laborde, Louis; Jones, Richard (Mr. Netperf)
Cc: netperf-talk at netperf.org; Frink, Spencer A
Subject: RE: [netperf-talk] Problem when running netserver in a windows machine


Hi, rick and Louis
 
        1. I used Windows Server 2003 Service Pack 1 (SP1) Driver Development Kit (DDK) downloaded from
            http://download.microsoft.com/download/9/0/f/90f019ac-8243-48d391cf-81fc4093ecfd/1830_usa_ddk.iso to complie    
            netperf-2.4.5 for Windows XP professinal(SP3). 
            
            The compiling process as following:
               C:\WINDDK\3790~1.183>cd C:\netperf-2.4.5\src\NetServerDir
            C:\netperf-2.4.5\src\NetServerDir>build /cd
            BUILD: Adding /Y to COPYCMD so xcopy ops won't hang.
            BUILD: Using 4 child processes
            BUILD: Object root set to: ==> objfre_wxp_x86
            BUILD: Compile and Link for i386
            BUILD: Loading C:\WINDDK\3790~1.183\build.dat...
            BUILD: Computing Include file dependencies:
            BUILD: Examining c:\netperf-2.4.5\src\netserverdir directory for files to compile.
        ;     c:\netperf-2.4.5\src\netserverdir - 6 source files (20,242 lines)
            BUILD: Compiling (NoSync) c:\netperf-2.4.5\src\netserverdir directory
            1>Compiling - netcpu_ntperf.c for i386
            1>Compiling - netlib.c for i386
            1>Compiling - netsh.c for i386
            1>Compiling - nettest_bsd.c for i386
            1>Compiling - netserver.c for i386
            1>Compiling - generating code... for i386
            1>Compiling - inet_ntop.c for i386
            BUILD: Compiling  c:\netperf-2.4.5\src\netserverdir directory
            BUILD: Linking c:\netperf-2.4.5\src\netserverdir directory
            1>Linking Executable - objfre_wxp_x86\i386\netserver.exe for i386
            BUILD: Done
            8 files compiled
            1 executable built
            C:\netperf-2.4.5\src\NetServerDir>cd C:\netperf-2.4.5\src\NetServerDir\objfre_wxp_x86\i386
            C:\netperf-2.4.5\src\NetServerDir\objfre_wxp_x86\i386>netserver

            
 
        2. between two Windows XP 
           one :
           C:\netperf-2.4.5\src\NetServerDir\objfre_wxp_x86\i386>netserver
           another:
           C:\netperf-2.4.5\src\NetPerfDir\objfre_wxp_x86\i386>netperf -H Remote_WinXP_IP -t TCP_STREAM -l 60 -- -m 1024
           -s 2048 -S 2048
           TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to Remote_WinXP_IP (Remote_WinXP_IP) port 0 AF_INET
           netperf: receive_response: no response received. errno 0 counter
  
           between Windows XP and RHEL5
           Windows XP:
           C:\netperf-2.4.5\src\NetServerDir\objfre_wxp_x86\i386>netserver
           RHEL5:
           # ./netperf -H Remote_WinXP_IP  -t TCP_STREAM -l 60 -- -m 1024 -s 2048 -S 2048
           netperf: receive_response: no response received. errno 0 counter 0
           
           RHEL5:
           # ./netserver 
           Starting netserver at port 12865
           Windows XP:
           C:\netperf-2.4.5\src\NetPerfDir\objfre_wxp_x86\i386>netperf -H Remote_RHEL5_IP -t TCP_STREAM -- -m 1024 -s 2048 
           -S 2048
           TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to Remote_RHEL5_IP (Remote_RHEL5_IP) port 0 AF_INET
           Recv   Send    Send
           Socket Socket  Message  Elapsed
           Size   Size    Size     Time     Throughput
           bytes  bytes   bytes    secs.    10^6bits/sec
           4096   2048   1024    10.00      53.2
  
       3. The situation on the same windows system is the same as what happened on two diffirent Windows systems.
       4. And also using WDK 6001.18002 to complie netperf-2.4.5 for Windows 2003, I got the same results as describing above.
 
       Best Regards,
       yadong liu
            

 
> Date: Tue, 21 Jul 2009 13:45:41 -0700
> From: louis.laborde at hp.com
> To: rick.jones2 at hp.com
> CC: liu21yd at hotmail.com; netperf-talk at netperf.org; spencer.frink at hp.com
> Subject: Re: [netperf-talk] Problem when running netserver in a windows machine
> 
> Guys,
> 
> We just heard about a similar failure "netperf: receive_response..."
> from someone else: it happens on Win2003, but same binaries work fine
> on Vista.
> 
> I'll check myself to see if I see this problem when netserver runs on
> Xp or Win2003.
> 
> Louis
> 
> 
> Rick Jones wrote:
> > ??? wrote:
> >> Hi,
> >>
> >> I got a problem when I use netperf-2.4.5 to do my test case. I built 
> >> the bit files using windows DDK
> >>
> >> as compiling ENV. No errors came out. I shut down the firewall and 
> >> then I start netserver in this
> >>
> >> machine, start netperf in another windows mathine. I got "netperf: 
> >> receive_response: no response
> >>
> >> received. errno 0 counter 0". And I used a linux mathine as the 
> >> client, I got the same reault. But when I
> >>
> >> start netserver in a linux machine. There was no problem no matter 
> >> start netperf in windows mathines or
> >>
> >> in linux machine. It just like this:< BR>
> >> netserver -- Linux client -- windows xp no problem.
> >>
> >> netserver -- windows xp client -- Linux netperf: receive_response: no 
> >> response received. errno 0 counter 0
> >>
> >> netserver -- windows xp client -- windows xp netperf: 
> >> receive_response: no response received. errno 0 counter 0
> >>
& gt; >>
> >> I don't kown how to do now. Would you please give some advices to 
> >> help me fix this problem?
> >
> > I asked an internal Windows expert who, naturally, has questions :)
> >
> > | I just compiled netperf-2.4.5 (WDK RC 7100 for Win2003 x86 target), and
> > | things (simple TCP _STREAM test) run fine between 2 Windows Win2008
> > | Integrity machines.
> >
> > | What version of the WDK is he using?
> > | What netperf tests is he running?
> >
> > To which I will add:
> >
> > What happens when you run netperf on the same windows system where 
> > netserver is running?
> >
> > happy benchmarking,
> >
> > rick jones
> >



聊天+搜索+邮箱 想要轻松出游,手机MSN帮你搞定! 立刻下载!
_________________________________________________________________
上Windows Live 中国首页,下载最新版Messenger!
http://www.windowslive.cn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.netperf.org/pipermail/netperf-talk/attachments/20090723/e16acffd/attachment.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: netperf.debug
Type: application/octet-stream
Size: 72 bytes
Desc: not available
Url : http://www.netperf.org/pipermail/netperf-talk/attachments/20090723/e16acffd/attachment.obj 


More information about the netperf-talk mailing list