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

Adding perf script for galaxies #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shruacha1234
Copy link
Contributor

Signed-off-by: Shruthi Shruthi.Acharya@ibm.com

Signed-off-by: Shruthi <Shruthi.Acharya@ibm.com>
# input:galaxies image to be used and JVM arguments if any
# output:Create network bridge "kruize-network" and run galaxies application container on the same network
function run_galaxies() {
GALAXIES_IMAGE=$1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Variable for JVM arguments is missing in this function.

svc_apis=($(oc status --namespace=${NAMESPACE} | grep "galaxies" | grep port | cut -d " " -f1 | cut -d "/" -f3))
for svc_api in "${svc_apis[@]}"
do
RESULT_LOG=${RESULTS_DIR_P}/wrk-${svc_api}-${TYPE}-${run}.log
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also parse the percentile details of hyperfoil/wrk2
Add --latency option to wrk2 command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Autotune Project
Reviews pending
Development

Successfully merging this pull request may close these issues.

None yet

3 participants