<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/benchmarking-kubevirt-performance-with-virtbench-nfxlaokxo" -->

---
title: Benchmarking KubeVirt performance with virtbench | daily.dev
description: virtbench is an open-source CLI benchmarking toolkit for KubeVirt clusters that measures VM-specific performance metrics standard Kubernetes tools miss. It...
canonical: https://daily.dev/posts/benchmarking-kubevirt-performance-with-virtbench-nfxlaokxo
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Benchmarking KubeVirt performance with virtbench | daily.dev
og:description: virtbench is an open-source CLI benchmarking toolkit for KubeVirt clusters that measures VM-specific performance metrics standard Kubernetes tools miss. It...
og:url: https://daily.dev/posts/benchmarking-kubevirt-performance-with-virtbench-nfxlaokxo
og:image: https://api.daily.dev/og/posts/nfXLAoKxO.png
og:image:alt: Benchmarking KubeVirt performance with virtbench
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Benchmarking KubeVirt performance with virtbench

**[CNCF](https://daily.dev/sources/cncf)** · 5 min read · 0 upvotes · 0 comments

## Summary

virtbench is an open-source CLI benchmarking toolkit for KubeVirt clusters that measures VM-specific performance metrics standard Kubernetes tools miss. It tracks true time-to-ready (via SSH reachability, not pod/Running), CSI provisioner throughput under multi-disk VM loads, and live migration stun time over SDN overlays. Six built-in scenarios cover DataSource provisioning, single/multi-node boot storms, live migration, chaos operations, and failure recovery. Results are output as JSON/CSV and rendered into an interactive HTML dashboard. The tool is designed to integrate into staging CI pipelines to catch performance regressions before production, and is positioned as complementary to kube-burner and fio/iperf wrappers by measuring data-path and component interaction rather than raw micro-benchmarks or control-plane churn.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.cncf.io/blog/2026/06/08/benchmarking-kubevirt-performance-with-virtbench>

## Similar posts on daily.dev

- [How to run performance tests using benchmark-runner](https://daily.dev/posts/how-to-run-performance-tests-using-benchmark-runner-u6n5niubp) · Red Hat Developer · 2 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#infrastructure](https://daily.dev/tags/infrastructure)

[View this post on daily.dev](https://daily.dev/posts/benchmarking-kubevirt-performance-with-virtbench-nfxlaokxo)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Benchmarking KubeVirt performance with virtbench","url":"https://daily.dev/posts/benchmarking-kubevirt-performance-with-virtbench-nfxlaokxo","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/benchmarking-kubevirt-performance-with-virtbench-nfxlaokxo"},"datePublished":"2026-06-08T11:02:56.986Z","dateModified":"2026-06-08T11:05:43.580Z","description":"virtbench is an open-source CLI benchmarking toolkit for KubeVirt clusters that measures VM-specific performance metrics standard Kubernetes tools miss. It...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b0bc30a8f9567b7ed9b5d94a0fe9f6ce?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b0bc30a8f9567b7ed9b5d94a0fe9f6ce?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"CNCF","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"CNCF","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/55536a03390741eebd96d2f9b74d2d8d","url":"https://daily.dev/sources/cncf"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/benchmarking-kubevirt-performance-with-virtbench-nfxlaokxo","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"kubernetes,infrastructure","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"CNCF","item":"https://daily.dev/sources/cncf"},{"@type":"ListItem","position":3,"name":"Benchmarking KubeVirt performance with virtbench"}]}
```

