EGI-Federation / EGI-Federation/documentation

Document performance testing of cloud site

Open
#95 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
15
Forks
52
Avg merge
12h 34m
Merged PRs (30d)
2

Description

We should provide guidance/example on how to assess the performance of a cloud site, it would be useful to understand what can be expected from a site and also to help diagnose/troubleshoot deployment problems.

Some pointers:
- https://github.com/GoogleCloudPlatform/PerfKitBenchmarker
- https://cloud.google.com/compute/docs/benchmarks-linux
- https://phoronix-test-suite.com/

Example:
```sh
# Using sysbench
sudo apt-get install sysbench
sysbench --test=cpu --cpu-max-prime=20000 run
# Using phoronix test suite
sudo apt-get install phoronix-test-suite
phoronix-test-suite list-available-suites
# Chose one, and run it.
phoronix-test-suite run pts/cpu
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.