Monitor.Omr
Class Client

java.lang.Object
  |
  +--Monitor.Omr.Client

public class Client
extends java.lang.Object

Client is a class that tests a CPU Monitoring Object.


Constructor Summary
Client()
           
 
Method Summary
static void main(java.lang.String[] args)
          Performs several tests in a CPU Monitoring Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

main

public static void main(java.lang.String[] args)
Performs several tests in a CPU Monitoring Object. Obtains a reference to a Omr/CPU through a file and then perform the tests. Starts consuming CPU and then increases the CPU load even more. Then it waits a little bit without consuming CPU. The user can observe how this CPU load affects the monitoring process by looking at the Omr/CPU window. The next test is to suspend and later resume the monitoring process. Finally it changes the frequency used by the Omr/CPU and repeats the CPU load tests.