$ ssh j135-cluster.comp.glam.ac.uk 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: j135-cluster.comp.glam.ac.uk, \ the port is 7000, the protocol is -tcp
$ ./tcpsend j135-cluster.comp.glam.ac.uk 7000
$ ./tcpsend j135-cluster.comp.glam.ac.uk 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.