Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document performance testing of cloud site #95

Open
gwarf opened this issue May 11, 2020 · 1 comment
Open

Document performance testing of cloud site #95

gwarf opened this issue May 11, 2020 · 1 comment

Comments

@gwarf
Copy link
Member

gwarf commented May 11, 2020

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:

Example:

# 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 
@enolfc
Copy link
Contributor

enolfc commented May 11, 2020

👍

But I think we should go beyond and aim to do regular benchmarking of the sites. We could start a VM periodically to execute the benchmark and get metrics that help us to understand the site performance

@enolfc enolfc transferred this issue from EGI-Federation/fedcloud-integration-documentation Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants