TTCP
nmap, ttcp, netstat, ipconfig all very useful. ping, too.
Yeah, so anyway, this ttcp thing; you set up transmitter and a receiver on the two machines you want to monitor. read about it here.
excerpt from that link:
Starting A PCATTCP Transmitter
To start the PCATTCP transmitter, go to the Command Prompt and then change to the folder containing the PCATTCP.EXE application. Enter the following command:
C:> pcattcp -t 172.16.1.10The "-t" command-line option starts the PCATTCP program as a transmitter. You must enter the IP address of the platform hosting the PCATTCP receiver after the "-t" command-line parameter.
As soon as you start the PCATTCP transmitter, the test data transfer begins. After the transfer is complete, both the PCATTCP transmitter and receiver will display performance information and then exit. Here is an illustration of what would be displayed:
On The PCATTCP Receiver: C:> pcattcp -r PCAUSA Test TCP Utility V2.01.01.03 TCP Receive Test Local Host : twoeye400 ************** Listening...: On port 5001 Accept : TCP < - 192.168.1.105:1548 Buffer Size : 8192; Alignment: 16384/0 Receive Mode: Sinking (discarding) Data Statistics : TCP <- 192.168.1.105:1548 16777216 bytes in 33.77 real seconds = 485.22 KB/sec +++ numCalls: 2051; msec/call: 16.86; calls/sec: 60.74 On The PCATTCP Transmitter: C:> pcattcp -t 172.16.1.10 PCAUSA Test TCP Utility V2.01.01.03 TCP Transmit Test Transmit : TCP -> 192.168.1.101:5001 Buffer Size : 8192; Alignment: 16384/0 TCP_NODELAY : DISABLED (0) Connect : Connected to 192.168.1.101:5001 Send Mode : Send Pattern; Number of Buffers: 2048 Statistics : TCP -> 192.168.1.101:5001 16777216 bytes in 1.75 real seconds = 9362.29 KB/sec +++ numCalls: 2048; msec/call: 0.88; calls/sec: 1170.29


