summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/performance/1200
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/performance/1200
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/performance/1200')
-rw-r--r--results/classifier/gemma3:12b/performance/120026
1 files changed, 26 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/performance/1200 b/results/classifier/gemma3:12b/performance/1200
new file mode 100644
index 000000000..82f2bceb0
--- /dev/null
+++ b/results/classifier/gemma3:12b/performance/1200
@@ -0,0 +1,26 @@
+
+always zero when query-dirty-rate
+Description of problem:
+The creation of VM works well(by virt-install), and I can enter it by 'virsh console or ssh'.
+
+Now, I try to use qemu's feature: calc-dirty-rate.
+
+But, always get '"dirty-rate":0' when 'query-dirty-rate', occasionally '"dirty-rate":2'.
+
+At the same time, I run 'mbw'(mbw -t0 -n 1000000 1024 -q) in vm, a memcpy-intensive benchmark.
+
+
+I'm not sure if some configurations of QEMU/KVM are not enabled.
+
+looking forward to your reply!
+Steps to reproduce:
+```
+1. virsh qemu-monitor-command centos-huazhang '{"execute":"calc-dirty-rate", "arguments": {"calc-time": 1}}'
+
+   {"return":{},"id":"libvirt-16"}
+
+2. virsh qemu-monitor-command centos-huazhang1 '{"execute":"query-dirty-rate"}'
+   
+   {"return":{"status":"measured","sample-pages":512,"dirty-rate":0,"mode":"page-sampling","start-time":607266,"calc-time":1},"id":"libvirt-17"}
+
+```