Skip to content

Commit

Permalink
docs: Add Catalogue for Running Manual (#419)
Browse files Browse the repository at this point in the history
* doc: remove useless document

* doc: add missing flag

* docs: fix wrong link

* fix: QoS fixing of data caching

Each workload requires a QoS.

* fix: minus text change [no ci]

* fix: word replacement
  • Loading branch information
xusine authored Mar 17, 2023
1 parent 0a474db commit 6ac0bf6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 160 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ been selected based on their popularity in today's datacenters. The benchmarks a
stacks and represent real-world setups. In v4.0, we have added multi-architecture support to Cloudsuite, so that the
workloads can be run on processors using x86, ARM, and RISC-V architectures.

# How to Run #

For more details on how to run the workloads, please follow each workload's documentation:

- [Data Analytics](docs/benchmarks/data-analytics.md)
- [Data Caching](docs/benchmarks/data-caching.md)
- [Data Serving](docs/benchmarks/data-serving.md)
- [Graph Analytics](docs/benchmarks/graph-analytics.md)
- [In-memory Analytics](docs/benchmarks/in-memory-analytics.md)
- [Media Streaming](docs/benchmarks/media-streaming.md)
- [Web Search](docs/benchmarks/web-search.md)
- [Web Serving](docs/benchmarks/web-serving.md)

# Workload Status #
To see which workloads are currently functioning on the new architectures, you can find the status matrix [here][status_pg].

Expand Down
2 changes: 1 addition & 1 deletion docs/benchmarks/data-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Note that the last two commands will continue forever if you do not stop or kill
## Important remarks ##
- It takes several minutes for the server to reach a stable state.

- The target QoS requires that 95% of the requests are serviced within 1ms.
- The target QoS requires that 99% of the requests are serviced within 1ms.

- Memcached has known scalability problems, scaling very poorly beyond four threads.
To utilize a machine with more than four cores,
Expand Down
2 changes: 1 addition & 1 deletion docs/benchmarks/data-serving.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ After successfully creating the aforementioned schema, you are ready to benchmar
Start the client container specifying server name(s), or IP address(es), separated with commas, as the last command argument:

```bash
$ docker run --name cassandra-client --net host cloudsuite/data-serving:client bash
$ docker run -it --name cassandra-client --net host cloudsuite/data-serving:client bash
```

Before running the measurement, you have to fill the server with the dataset. Use the script `warmup.sh` for a quick setting:
Expand Down
60 changes: 0 additions & 60 deletions docs/benchmarks/django-workload.md

This file was deleted.

98 changes: 0 additions & 98 deletions docs/benchmarks/fb-oss-performance.md

This file was deleted.

0 comments on commit 6ac0bf6

Please sign in to comment.