Skip to content

yubin154/memcache_loadtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memcache_loadtest

================================

Sample application that tests AppEngine Memcache access from AppEngine Flex VMs, through AppEngine Memcache client and spymemcached client.

Deploy in AppEngine Flex

mvn gcloud:deploy

Run gcloud init for project and location to deploy to. Modify Dockerfile for VM docker image to use. Modify appengine-web.xml for other AppEngine Flex support parameters.

Run memcached conformance tests

java -jar bin/spymemcached_conformance_test.jar -s server -p port -v 1.4.22

Run with Auth plugin, download plugin, install plugin, then build

mvn install:install-file -Dfile=path_to_plugin.jar -DgroupId=<groupId> -DartifactId=<artifactId> -Dversion=1.0-SNAPSHOT -Dpackaging=jar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages