This file contains instructions on how to run WAPRServer and WAPRClient. WAPRServer can be run on any Java enabled UNIX machine. I know zeppo and wetterhorn work. Also the client must execute on zeppo it is the only WBEM enabled UNIX machine. execute the server with: java WAPRServer execute the client with: java WAPRClient EXAMPLE: wetterhorn$ java WAPRServer 4321 zeppo$ java WAPRClient wetterhorn 4321 anona mous The WAPRServer waits to receive data from the WAPRClient and will only accept 1 connection. The WAPRClient accesses the default WBEM namespace and retrieves CPU information. The WAPRClient then forwards the information to the WAPRServer on wetterhorn and exits.