-
Notifications
You must be signed in to change notification settings - Fork 19
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
[PERFSCALE-3598] virt-density #154
Draft
rsevilla87
wants to merge
4
commits into
kube-burner:main
Choose a base branch
from
rsevilla87:virt-density
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Raul Sevilla <[email protected]>
Signed-off-by: Raul Sevilla <[email protected]>
Signed-off-by: Raul Sevilla <[email protected]>
Signed-off-by: Raul Sevilla <[email protected]>
Some tests with a dev version $ ./bin/amd64/kube-burner-ocp virt-density --check-health=false --vms-per-node=50
time="2024-11-26 12:26:22" level=info msg="🔥 Starting kube-burner (virt-density@66c91a76242e9d4b06f57c8a48ff052871a8901f) with UUID 3e2d1e4d-e4d8-4a17-a483-24f8416a5436" file="job.go:95"
time="2024-11-26 12:26:22" level=info msg="📈 Registered measurement: vmiLatency" file="factory.go:90"
time="2024-11-26 12:26:22" level=info msg="QPS: 20" file="job.go:325"
time="2024-11-26 12:26:22" level=info msg="Burst: 20" file="job.go:326"
time="2024-11-26 12:26:23" level=info msg="Job virt-density: 100 iterations with 1 VirtualMachine replicas" file="create.go:88"
time="2024-11-26 12:26:23" level=info msg="Triggering job: virt-density" file="job.go:121"
time="2024-11-26 12:26:23" level=info msg="Creating VM latency watcher for virt-density" file="vmi_latency.go:295"
time="2024-11-26 12:26:23" level=info msg="Creating VMI latency watcher for virt-density" file="vmi_latency.go:317"
time="2024-11-26 12:26:23" level=info msg="Creating VMI Pod latency watcher for virt-density" file="vmi_latency.go:338"
time="2024-11-26 12:26:24" level=info msg="10/100 iterations completed" file="create.go:127"
time="2024-11-26 12:26:24" level=info msg="20/100 iterations completed" file="create.go:127"
time="2024-11-26 12:26:24" level=info msg="30/100 iterations completed" file="create.go:127"
time="2024-11-26 12:26:25" level=info msg="40/100 iterations completed" file="create.go:127"
time="2024-11-26 12:26:25" level=info msg="50/100 iterations completed" file="create.go:127"
time="2024-11-26 12:26:26" level=info msg="60/100 iterations completed" file="create.go:127"
time="2024-11-26 12:26:26" level=info msg="70/100 iterations completed" file="create.go:127"
time="2024-11-26 12:26:27" level=info msg="80/100 iterations completed" file="create.go:127"
time="2024-11-26 12:26:27" level=info msg="90/100 iterations completed" file="create.go:127"
time="2024-11-26 12:26:36" level=info msg="Waiting up to 4h0m0s for actions to be completed" file="create.go:176"
time="2024-11-26 12:27:16" level=info msg="Actions in namespace virt-density completed" file="waiters.go:76"
time="2024-11-26 12:27:16" level=info msg="Verifying created objects" file="utils.go:91"
time="2024-11-26 12:27:16" level=info msg="Job virt-density took 54s" file="job.go:186"
time="2024-11-26 12:27:16" level=info msg="Stopping measurement: vmiLatency" file="factory.go:124"
time="2024-11-26 12:27:16" level=info msg="Evaluating latency thresholds" file="metrics.go:47"
time="2024-11-26 12:27:16" level=info msg="virt-density: VMIPending 99th: 118556ms max: 118569ms avg: 114830ms" file="vmi_latency.go:401"
time="2024-11-26 12:27:16" level=info msg="virt-density: PodInitialized 99th: 135291ms max: 136165ms avg: 132937ms" file="vmi_latency.go:401"
time="2024-11-26 12:27:16" level=info msg="virt-density: PodPodScheduled 99th: 124801ms max: 125033ms avg: 116502ms" file="vmi_latency.go:401"
time="2024-11-26 12:27:16" level=info msg="virt-density: PodContainersReady 99th: 143761ms max: 144368ms avg: 139582ms" file="vmi_latency.go:401"
time="2024-11-26 12:27:16" level=info msg="virt-density: VMReady 99th: 156992ms max: 157449ms avg: 149026ms" file="vmi_latency.go:401"
time="2024-11-26 12:27:16" level=info msg="virt-density: VMIScheduling 99th: 118699ms max: 118759ms avg: 115181ms" file="vmi_latency.go:401"
time="2024-11-26 12:27:16" level=info msg="virt-density: VMIScheduled 99th: 143760ms max: 144366ms avg: 138699ms" file="vmi_latency.go:401"
time="2024-11-26 12:27:16" level=info msg="virt-density: VMICreated 99th: 9000ms max: 9000ms avg: 7780ms" file="vmi_latency.go:401"
time="2024-11-26 12:27:16" level=info msg="virt-density: VMIRunning 99th: 156976ms max: 157375ms avg: 148976ms" file="vmi_latency.go:401"
time="2024-11-26 12:27:16" level=info msg="virt-density: PodCreated 99th: 124773ms max: 124930ms avg: 116467ms" file="vmi_latency.go:401"
time="2024-11-26 12:27:16" level=error msg="podLatency: P99 VMIRunning latency (156.98s) higher than configured threshold: 15s" file="job.go:191"
time="2024-11-26 12:27:16" level=info msg="Finished execution with UUID: 3e2d1e4d-e4d8-4a17-a483-24f8416a5436" file="job.go:247"
time="2024-11-26 12:27:16" level=info msg="Garbage collecting jobs" file="job.go:268"
time="2024-11-26 12:27:17" level=info msg="Deleting 1 namespaces with label: kube-burner-job=virt-density" file="namespaces.go:67"
time="2024-11-26 12:27:57" level=error msg="podLatency: P99 VMIRunning latency (156.98s) higher than configured threshold: 15s" file="helpers.go:91"
time="2024-11-26 12:27:57" level=info msg="👋 kube-burner run completed with rc 4 for UUID 3e2d1e4d-e4d8-4a17-a483-24f8416a5436" file="helpers.go:93"
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type of change
Description
New virt-density workload
cc @jeniferh
Related Tickets & Documents