https://github.com/saifalam/memcached-experiment
Measure the Performance of distributed memory object caching system
https://github.com/saifalam/memcached-experiment
docker docker-compose dude memcached
Last synced: 4 months ago
JSON representation
Measure the Performance of distributed memory object caching system
- Host: GitHub
- URL: https://github.com/saifalam/memcached-experiment
- Owner: saifalam
- Created: 2017-01-08T13:29:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T13:45:25.000Z (over 8 years ago)
- Last Synced: 2024-08-13T07:13:21.448Z (8 months ago)
- Topics: docker, docker-compose, dude, memcached
- Language: R
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - saifalam/memcached-experiment - Measure the Performance of distributed memory object caching system (R)
README
# README #
Necessary commands for the application to up and running.
### What is this repository for? ###
* Quick summary
-this repository is used to measure the Performance of distributed memory object caching system
-the project is build on docker container
-R, shell, python and Dude is used to complete this experiment
### Prerequisites:
-docker and docker-compose
### commands to run this project ###
Run all containers
-docker-compose up
Run the experiment
-docker exec -it client /assignment/run.sh
Get output graphs
-docker cp client:/assignment/graph1.pdf .
-docker cp client:/assignment/graph2.pdf .