https://github.com/voldemort/voldemort
Revision 49d748f2bed5fb300c81b732482c5b4c4b5d46be authored by Kirk True on 15 March 2010, 23:13:12 UTC, committed by Alex Feinberg on 15 March 2010, 23:23:57 UTC
 *  Reissuing requests to stimulate caching on the server. Wrap
    the core KeyProvider in an implementation that pulls out
    previously issued key and reuse an entry from that set
    randomly.

 *  Collect request times and store them in an array that is used
	to collect percentiles. Didn't add it to the "m" case as I'm
	not sure if that makes any sense.
1 parent 51e6ab0
Raw File
Tip revision: 49d748f2bed5fb300c81b732482c5b4c4b5d46be authored by Kirk True on 15 March 2010, 23:13:12 UTC
Simulate caching requests, collect percentiles for request times.
Tip revision: 49d748f
tomcat-tasks.properties
deploy=org.apache.catalina.ant.DeployTask
install=org.apache.catalina.ant.InstallTask
list=org.apache.catalina.ant.ListTask
reload=org.apache.catalina.ant.ReloadTask
remove=org.apache.catalina.ant.RemoveTask
resources=org.apache.catalina.ant.ResourcesTask
roles=org.apache.catalina.ant.RolesTask
start=org.apache.catalina.ant.StartTask
stop=org.apache.catalina.ant.StopTask
undeploy=org.apache.catalina.ant.UndeployTask
back to top