home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / ttcpos2.zip / ttcp.txt < prev   
Text File  |  1998-06-19  |  2KB  |  42 lines

  1. ttcp is a tool that allows you to measure the raw performance of your network.
  2. I ported it to OS/2 because I wanted to check the performance of my own LAN,
  3. especially between my OS/2 machine and my linux box.
  4.  
  5.  
  6. requirements
  7. ------------
  8. this program requires emx v0.9c runtime to work. And a TCP/IP stack. The OS/2
  9. port was tested on one machine only, running TCP/IP v4.1.
  10.  
  11. how it works?
  12. -------------
  13. To check your network, you need at least two machines :-) connected to a net;
  14. one will be the server while the other will be the client.
  15.  
  16. Just install ttcp by putting it in the current directory or in a pathed,
  17. directory; start the server first by typing at a command prompt:
  18.  
  19.  23:41:49,51 [D:\] ttcp -r -s
  20. ttcp-r: buflen=8192, nbuf=2048, align=16384/0, port=5001  tcp 
  21. ttcp-r: socket                                                
  22.  
  23. then start the client:
  24.  
  25. $ ttcp -t -s
  26. ttcp-t: buflen=8192, nbuf=2048, align=16384/0, port=5001  tcp  -> picard
  27. ttcp-t: socket
  28. ttcp-t: connect
  29.  
  30. after some thinking it will spit out some stats:
  31.  
  32. ttcp-t: 16777216 bytes in 14.88 real seconds = 1101.09 KB/sec +++ 
  33. ttcp-t: 2048 I/O calls, msec/call = 7.44, calls/sec = 137.64      
  34. ttcp-t: 0.0user 2.1sys 0:14real 14% 0i+0d 0maxrss 0+2pf 0+0csw    
  35.  
  36. that's all. The program wasn't tested too much, and I'm not making any
  37. warranties: there's only thing for sure, it will take space on your DASD...
  38.  
  39. contact?
  40. --------
  41. Well, I really don't see any reason why you should want to contact me about
  42. this program, so don't bother writing me at whiz@iol.it...