Swap encryption pr3 fio benchmark#6786
Open
DevVegeta wants to merge 7 commits into
Open
Conversation
…5); manifest moved to data/cluster and rendered via vm_util
…S stub - Remove duplicate FLAGS = flags.FLAGS - Remove unused import re - Add _configure_eks_kubelet_swap() stub (deferred to PR GoogleCloudPlatform#6780) - Fix COS_CONTAINERD -> UBUNTU_CONTAINERD (r3472549985) - 7-job fio suite retained - pyink --line-length=80 pass
72e598c to
2e940d8
Compare
- Prepare() uses SwapNodePool + SwapDaemonSet from spec.resources - Cleanup() is empty - PKB framework auto-deletes spec.resources - All _pod_exec(pod, ...) calls replaced with daemonset.PodExec(...) - Add _configure_eks_kubelet_swap() stub (deferred to PR GoogleCloudPlatform#6780) - Fix COS_CONTAINERD -> UBUNTU_CONTAINERD (r3472549985) - 7-job fio suite retained - pyink --line-length=80 pass
Inherits PR1 framework changes (swap_config as NodepoolSpec field). Benchmark nodepool provisioned automatically by GKE cluster creation. - Prepare(): deploy SwapDaemonSet + _delete_default_pool(cluster) - Phase 1: 7-job fio suite (rand IOPS/seq BW/latency) with _parse_fio_json - DaemonSet: fio/cryptsetup/mdadm/sysstat/nvme-cli only
d658074 to
b9fdb00
Compare
This file contains hidden or 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
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.
feat(swap_encryption/pr3): Phase 1 — fio microbenchmarks on raw swap device
Stacked PR 3/5. Inherits PR1 framework (swap_config as NodepoolSpec field).
Benchmark nodepool provisioned automatically by GKE cluster creation.
Phase 1 additions:
_FIO_JOBSsuite: randread/randwrite 4K IOPS, sequential BW 1M, latency 4K, mixed 70/30 at 4K/64K_parse_fio_json(): extracts IOPS, BW, p50/p99/p999 latency from fio JSON output