how to execute benchmarks remotely. ---------------------------------------------------------- On remote machine: go to directory msh: PBN and PBN_RMI are in this directory setenv CLASSPATH .../msh cd PBN javac *.java cd ../PBN_RMI javac *.java ./Genstubs BenchmarkImpl_Stub.class BenchmarkImpl_Skel.class Benchmark.class are generated by Genstubs script ./Reg (starts registry) ./Bserv (strats the Benchmark server and binds it to registry) ----------------------------------------------------------- On local machine cd /u/wk/frumkin/java/PBN_RMI setenv CLASSPATH /u/wk/frumkin/java javac *.java /usr/java/bin/java PBN_RMI.BenchApp BT machinename ----------------------------------------------------------- On local machine just local messages + time recieved from remote machine On remote machine some messages from BenchmarkImpl and from BT