NetChain Communications, Inc. _

NetCPS

www.NetChain.com • (858) 602-6342
Home - NetChain
Services
Web Site Hosting
Search Engine Optimization
Domain Names Registration
Registration Agreement
ICANN Policy
Network Administration
Digital Phone - VoIP
Log Analytics and Reports
Copywriting
Products
 NetCPS
 Access My Computer
 Biorhythm Calculator
 What is Biorhythm?
 Phonetic Keyboard Layout
Tools
About us
Our Portfolio
Contact Information
Contact Form
Cancellation Policy
Shipping Policy
Service Agreement
Employment Opportunity
Reference
Listen to Cool Music

Page updated on:
Tue, 20 Dec 2016 08:48:00 GMT
_

Netcps is a handy utility to measure the effective performance on a TCP/IP network.

I wrote it during a trouble shooting session with some cisco switches that seemed to have problems with 100 MBits 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.addr.of.other.machine" on the other machine, and the two programs will pump 100 MB of data over the network. The CPS is measured with 1/1000 second's accuracy.

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 Intel 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 :-)

If I ever make an upgrade, you will find it at ftp.no.jgaa.com or ftp.jgaa.com.

Netcps is freeware. You can use it, and the source code, to whatever purpose you want - with one small restriction: Governmental and military use is NOT permitted.

Part of the source code is borrowed from the sample code at www.sockets.com

NetCPS.cpp        7,627 bytes       Source code of the program
NetCPS.exe       43,520 bytes      
Executable file only (the program)
NetCPS.txt        1,729 bytes      
ReadMe file (the text of this page)
NetCPS.zip       23,780 bytes      
Complete package of the files above

February 1998

_