Skip to content

Commit

Permalink
Change the organization name.
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-apz committed Feb 21, 2017
1 parent 40a1f81 commit 5792ac4
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
8 changes: 4 additions & 4 deletions docs/benchmarks/data-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Supported tags and their respective `Dockerfile` links:
- [`server`][serverdocker]: This represents the Memcached server running as a daemon.
- [`client`][clientdocker]: This represents the client which requests to access the server's data.

These images are automatically built using the mentioned Dockerfiles available on `ParsaLab/cloudsuite` [GitHub repo][repo].
These images are automatically built using the mentioned Dockerfiles available on `parsa-epfl/cloudsuite` [GitHub repo][repo].

### Preparing a network between the server(s) and the client

Expand Down Expand Up @@ -133,11 +133,11 @@ and the client on different sockets of the same machine

[memcachedWeb]: http://memcached.org/ "Memcached Website"

[serverdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/data-caching/server/Dockerfile "Server Dockerfile"
[serverdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/data-caching/server/Dockerfile "Server Dockerfile"

[clientdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/data-caching/client/Dockerfile "Client Dockerfile"
[clientdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/data-caching/client/Dockerfile "Client Dockerfile"

[repo]: https://github.com/ParsaLab/cloudsuite "GitHub Repo"
[repo]: https://github.com/parsa-epfl/cloudsuite "GitHub Repo"
[dhrepo]: https://hub.docker.com/r/cloudsuite/data-caching/ "DockerHub Page"
[dhpulls]: https://img.shields.io/docker/pulls/cloudsuite/data-caching.svg "Go to DockerHub Page"
[dhstars]: https://img.shields.io/docker/stars/cloudsuite/data-caching.svg "Go to DockerHub Page"
10 changes: 5 additions & 5 deletions docs/benchmarks/media-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Supported tags and their respective `Dockerfile` links:
- [`client`][clientdocker]: This represents the httperf client.
- [`dataset`][datasetdocker]: This represents the video files dataset for the streaming server.

These images are automatically built using the mentioned Dockerfiles available on the `ParsaLab/cloudsuite` [GitHub repo][repo].
These images are automatically built using the mentioned Dockerfiles available on the `parsa-epfl/cloudsuite` [GitHub repo][repo].

### Dataset

Expand Down Expand Up @@ -61,13 +61,13 @@ To start the client container and connect it to the *streaming_network* network

The client will issue a mix of requests for different videos of various qualities and performs a binary search of experiments to find the peak request rate the client can sustain while keeping the failure rate acceptable. At the end of client's execution, the resulting log files can be found under /output directory of the container, which you can map to a directory on the host using `-v /path/to/output:/output`.

[datasetdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/media-streaming/dataset/Dockerfile "Dataset Dockerfile"
[datasetdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/media-streaming/dataset/Dockerfile "Dataset Dockerfile"

[serverdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/media-streaming/server/Dockerfile "Server Dockerfile"
[serverdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/media-streaming/server/Dockerfile "Server Dockerfile"

[clientdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/media-streaming/client/Dockerfile "Client Dockerfile"
[clientdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/media-streaming/client/Dockerfile "Client Dockerfile"

[repo]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/media-streaming "GitHub Repo"
[repo]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/media-streaming "GitHub Repo"
[dhrepo]: https://hub.docker.com/r/cloudsuite/media-streaming/ "DockerHub Page"
[dhpulls]: https://img.shields.io/docker/pulls/cloudsuite/media-streaming.svg "Go to DockerHub Page"
[dhstars]: https://img.shields.io/docker/stars/cloudsuite/media-streaming.svg "Go to DockerHub Page"
Expand Down
10 changes: 5 additions & 5 deletions docs/benchmarks/spark-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Supported tags and their respective `Dockerfile` links:
- [`spark-worker`][sparkworkerdocker] This builds an image with the Spark worker node. You may spawn clusters of several workers.
- [`spark-client`][sparkclientdocker] This builds an image with the Spark client node. The client is used to start the benchmark.

These images are automatically built using the mentioned Dockerfiles available on [`ParsaLab/cloudsuite`][repo].
These images are automatically built using the mentioned Dockerfiles available on [`parsa-epfl/cloudsuite`][repo].

### Starting the volume images ###

Expand Down Expand Up @@ -68,11 +68,11 @@ To run the benchmark from the interactive container, use the following command:

$ bash /benchmark/[benchmark-name]/run_benchmark.sh

[sparkmasterdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/spark-base/spark-master/Dockerfile "Spark Master Node Dockerfile"
[sparkworkerdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/spark-base/spark-worker/Dockerfile "Spark Worker Dockerfile"
[sparkclientdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/spark-base/spark-client/Dockerfile "Spark Client Dockerfile"
[sparkmasterdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/spark-base/spark-master/Dockerfile "Spark Master Node Dockerfile"
[sparkworkerdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/spark-base/spark-worker/Dockerfile "Spark Worker Dockerfile"
[sparkclientdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/spark-base/spark-client/Dockerfile "Spark Client Dockerfile"

[repo]: https://github.com/ParsaLab/cloudsuite/ "GitHub Repo"
[repo]: https://github.com/parsa-epfl/cloudsuite/ "GitHub Repo"

[dhrepo]: https://hub.docker.com/r/cloudsuite/spark-base/ "DockerHub Page"
[dhpulls]: https://img.shields.io/docker/pulls/cloudsuite/spark-base.svg "Go to DockerHub Page"
Expand Down
10 changes: 5 additions & 5 deletions docs/benchmarks/web-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Supported tags and their respective `Dockerfile` links:
- [`server`][serverdocker] This builds an image for the Apache Solr index nodes. You may spawn several nodes.
- [`client`][clientdocker] This builds an image with the client node. The client is used to start the benchmark and query the index nodes.

These images are automatically built using the mentioned Dockerfiles available on [`https://github.com/ParsaLab/cloudsuite/tree/master/benchmarks/web-search`][repo].
These images are automatically built using the mentioned Dockerfiles available on [`https://github.com/parsa-epfl/cloudsuite/tree/master/benchmarks/web-search`][repo].

### Creating a network between the server(s) and the client(s)

Expand Down Expand Up @@ -88,15 +88,15 @@ The output results will show on the screen after the benchmark finishes.

More information about Solr can be found [here][solrmanual].

[datadocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/web-search/data/Dockerfile "Data volume Dockerfile"
[serverdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/web-search/server/Dockerfile "Server Dockerfile"
[clientdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/web-search/client/Dockerfile "Client Dockerfile"
[datadocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/web-search/data/Dockerfile "Data volume Dockerfile"
[serverdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/web-search/server/Dockerfile "Server Dockerfile"
[clientdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/web-search/client/Dockerfile "Client Dockerfile"
[solrui]: https://cwiki.apache.org/confluence/display/solr/Overview+of+the+Solr+Admin+UI "Apache Solr UI"
[solrmanual]: https://cwiki.apache.org/confluence/display/solr/Apache+Solr+Reference+Guide "Apache Solr Manual"
[nutchtutorial]: https://wiki.apache.org/nutch/NutchTutorial "Nutch Tutorial"
[apachesolr]: https://github.com/apache/solr "Apache Solr"
[apachenutch]: https://github.com/apache/nutch "Apache Nutch"
[repo]: https://github.com/ParsaLab/cloudsuite/tree/master/benchmarks/web-search "Web Search GitHub Repo"
[repo]: https://github.com/parsa-epfl/cloudsuite/tree/master/benchmarks/web-search "Web Search GitHub Repo"
[dhrepo]: https://hub.docker.com/r/cloudsuite/web-search/ "DockerHub Page"
[dhpulls]: https://img.shields.io/docker/pulls/cloudsuite/web-search.svg "Go to DockerHub Page"
[dhstars]: https://img.shields.io/docker/stars/cloudsuite/web-search.svg "Go to DockerHub Page"
12 changes: 6 additions & 6 deletions docs/benchmarks/web-serving.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Supported tags and their respective `Dockerfile` links:
- [`db_server`][mysqlserverdocker]: This represents the database server, which runs MySQL.
- [`faban_client`][clientdocker]: This represents the faban client.

These images are automatically built using the mentioned Dockerfiles available on the `ParsaLab/cloudsuite` [GitHub repo][repo].
These images are automatically built using the mentioned Dockerfiles available on the `parsa-epfl/cloudsuite` [GitHub repo][repo].

### Starting the database server ####
To start the database server, you have to first `pull` the server image. To `pull` the server image use the following command:
Expand Down Expand Up @@ -65,12 +65,12 @@ The last command has a mandatory parameter to set the IP of the web_server, and

The last command will output the summary of the benchmark results in XML at the end of the output. You can also access the summary and logs of the run by mounting the `/faban/output` directory of the container in the host filesystem (e.g. `-v /host/path:/faban/output`).

[webserverdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/web-serving/web_server/Dockerfile "WebServer Dockerfile"
[memcacheserverdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/web-serving/memcached_server/Dockerfile "MemcacheServer Dockerfile"
[mysqlserverdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/web-serving/db_server/Dockerfile "MysqlServer Dockerfile"
[clientdocker]: https://github.com/ParsaLab/cloudsuite/blob/master/benchmarks/web-serving/faban_client/Dockerfile "Client Dockerfile"
[webserverdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/web-serving/web_server/Dockerfile "WebServer Dockerfile"
[memcacheserverdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/web-serving/memcached_server/Dockerfile "MemcacheServer Dockerfile"
[mysqlserverdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/web-serving/db_server/Dockerfile "MysqlServer Dockerfile"
[clientdocker]: https://github.com/parsa-epfl/cloudsuite/blob/master/benchmarks/web-serving/faban_client/Dockerfile "Client Dockerfile"

[repo]: https://github.com/ParsaLab/cloudsuite/tree/master/benchmarks/web-serving "GitHub Repo"
[repo]: https://github.com/parsa-epfl/cloudsuite/tree/master/benchmarks/web-serving "GitHub Repo"
[dhrepo]: https://hub.docker.com/r/cloudsuite/web-serving/ "DockerHub Page"
[dhpulls]: https://img.shields.io/docker/pulls/cloudsuite/web-serving.svg "Go to DockerHub Page"
[dhstars]: https://img.shields.io/docker/stars/cloudsuite/web-serving.svg "Go to DockerHub Page"
2 changes: 1 addition & 1 deletion scripts/travis/.aspell.en.pws
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mysqlserverdocker
NoSQL
OPERATIONCOUNT
PageRank
ParsaLab
parsa-epfl
PHP
php
RECORDCOUNT
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ then
then
mkdir out;
cd out
git clone https://github.com/ParsaLab/cloudsuite.git
git clone https://github.com/parsa-epfl/cloudsuite.git
cd cloudsuite
git checkout gh-pages
# Credentials to allow a merge and push to auto-update documentation website through gh-pages branch
Expand Down

0 comments on commit 5792ac4

Please sign in to comment.