"Netcps is a handy utility to measure the effectice performance on a TCP/IP network.
I wrote it during a trouble shooting session with some cisco switches that seemed to have problems with 100mbits connections. I was bit surprised when I failed to find any such utilities on the net...
Start "netcps -s" on one machine, and "netcps ip.address.to.other.machin
Note that winsock seems to take quite some CPU resources on high-speed connections. I got ~4 MB/s max on a Intel Pentium 133, and ~7 MB/s on an AMD K6 200, using a Intel Pentium Pro 200 server with NT 4.0 Server as the other host. I got a report that two Pentium 200 servers running NT 4.0 server had 10 MB/s on a direct connection (server to server, no hub or switch).
Netcps use a normal TCP/IP connection, pumping data without any disk access. The source code is attached.
Netcps was something I wrote in a hurry. It should be useful for testing networks, and the performance of hubs, switches and routers. The program is targeted towards my needs, and has no fancy features. The program should however be useful for network professionals. It's quite small and easy to use :-)"
http://www.netchain.com/ne
Main Topics
Browse All Topics





by: lrmoorePosted on 2003-10-22 at 05:35:21ID: 9598223
FTP or RoboCopy. Robocopy is part of Win2k tools in Resource Kit.
FTP gives you throughput metrics at end of each transfer.