$ ssh j135-cluster.comp.glam.ac.uk Password: yourpassword $ ssh 192.168.0.254 Password: yourpassword $ ssh 192.168.1.2 Password: yourpassword
$ ssh j135-cluster.comp.glam.ac.uk Password: yourpassword $ ssh 192.168.0.254 Password: yourpassword
$ tar zxf performance.tar.gz $ cd performance
$ cd performance
$ ./sendnfs gcc -O2 -g -o bin/‘arch‘/send send.c gcc -O2 -g -o bin/‘arch‘/rec rec.c gcc -O2 -g -o bin/‘arch‘/sendnfs sendnfs.c You should be on an NFS mounted directory - check mcgreg ... Filesystem 1K-blocks Used Available Use% Mounted on etc etc etc
$ make clean
$ ./tcprec The receiving host is: 192.168.1.2, \ the port is 7000, the protocol is -tcp
$ ./tcpsend 192.168.1.2 7000
$ ./tcpsend 192.168.1.2 7000 time to send 10 blocks of 67108864 bytes is 1.738 seconds time to send 20 blocks of 33554432 bytes is 1.736 seconds etc etc etc
#define NBYTES 65536*1024
$ make clean
This document was produced using groff-1.19.