com.danga.MemCached.test
Class MemCachedTest

java.lang.Object
  extended by com.danga.MemCached.test.MemCachedTest

public class MemCachedTest
extends java.lang.Object


Nested Class Summary
private static class MemCachedTest.bench
          Test code per thread.
 
Field Summary
private static java.util.Hashtable<java.lang.Integer,java.lang.StringBuilder> threadInfo
           
 
Constructor Summary
MemCachedTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          This runs through some simple tests of the MemCacheClient.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadInfo

private static java.util.Hashtable<java.lang.Integer,java.lang.StringBuilder> threadInfo
Constructor Detail

MemCachedTest

public MemCachedTest()
Method Detail

main

public static void main(java.lang.String[] args)
This runs through some simple tests of the MemCacheClient. Command line args: args[0] = number of threads to spawn args[1] = number of runs per thread args[2] = size of object to store

Parameters:
args - the command line arguments


Copyright ? 2005 - greg whalin