[jboss-cvs] CacheBenchFwk/src/org/cachebench ...

Manik Surtani manik at jboss.org
Thu May 17 05:38:04 EDT 2007


  User: msurtani
  Date: 07/05/17 05:38:04

  Modified:    src/org/cachebench  CacheBenchmarkSlave.java
  Log:
  fixed stuff
  
  Revision  Changes    Path
  1.3       +3 -2      CacheBenchFwk/src/org/cachebench/CacheBenchmarkSlave.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheBenchmarkSlave.java
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/CacheBenchmarkSlave.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CacheBenchmarkSlave.java	17 May 2007 08:13:45 -0000	1.2
  +++ CacheBenchmarkSlave.java	17 May 2007 09:38:03 -0000	1.3
  @@ -14,7 +14,7 @@
   
   /**
    * @author Manik Surtani (manik at surtani.org)
  - * @version $Id: CacheBenchmarkSlave.java,v 1.2 2007/05/17 08:13:45 msurtani Exp $
  + * @version $Id: CacheBenchmarkSlave.java,v 1.3 2007/05/17 09:38:03 msurtani Exp $
    */
   public class CacheBenchmarkSlave
   {
  @@ -80,7 +80,8 @@
               logger.info("Slave is listening.  CTRL-C to kill.");
               while (true)
               {
  -               Thread.sleep(60000);
  +//               Thread.sleep(60000);
  +               Thread.sleep(5000);
                  System.out.println("Cache status: " + c.getInfo());
               }
   
  
  
  



More information about the jboss-cvs-commits mailing list