summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/719
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/719
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/719')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/71919
1 files changed, 0 insertions, 19 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/719 b/gitlab/issues_text/target_missing/host_missing/accel_missing/719
deleted file mode 100644
index 66c48c6ae..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/719
+++ /dev/null
@@ -1,19 +0,0 @@
-live migration's performance with compression enabled is much worse than compression disabled
-Description of problem:
-
-Steps to reproduce:
-1. Run QEMU the Guests with 1Gpbs network on source host and destination host with QEMU command line
-2. Run some memory work loads on Guest, for example, ./memtester 1G 1
-3. Set migration parameters in QEMU monitor. On source and destination, 
-   execute: #migrate_set_capability compress on
-   Other compression parameters are all default. 
-4. Run migrate command, # migrate -d tcp:10.156.208.154:4000
-5. The results: 
-   - without compression:  total time:  197366 ms   throughput:   937.81 mbps  transferred Ram: 22593703 kbytes 
-   - with compression: total time:  281711 ms   throughput:  90.24 mbps    transferred Ram: 3102898 kbytes  
-
-When compression is enabled, the compression transferred ram is reduced a lot. But the throughput is down badly.
-The total time of live migration with compression is longer than without compression. 
-I tried with 100G network bandwidth, it also has the same problem.
-Additional information:
-