Skip to content

Refactor VMCollection#445

Open
hippalectryon-0 wants to merge 2 commits intoQubesOS:mainfrom
hippalectryon-0:refactor-vmcollection
Open

Refactor VMCollection#445
hippalectryon-0 wants to merge 2 commits intoQubesOS:mainfrom
hippalectryon-0:refactor-vmcollection

Conversation

@hippalectryon-0
Copy link
Copy Markdown

@hippalectryon-0 hippalectryon-0 commented Mar 10, 2026

This PR is a rewrite of VMCollection.
Requires #438

Goals:

  • Clearer code and docstrings
  • No functional change

Main changes:

Improved docstring

VMCollection is actually a fairly counter-intuitive object. It's not a true collection (as a dict or set or Mapping) since it holds two different collections - one for the vm.List cache and one containing blind objects - but depending on the method called one or the other may be used.

The new docstring aims to fairly convey that.

Better variable names

Previous variables names did not properly convey what the variables did.

Rewrite of the vm_objects / vm_dict split

The new code uses vms / known_names instead, which 1) is clearer 2) allows for simpler logic in e.g. get_blind()

Minor changes:

Split and renamed refresh_cache

The old refresh_cache by default did not refresh the cache (force=False). It has been split into _ensure_cache_loaded (=force=False) and refresh_cache (=force=True).

More direct vm access in __iter__, values

Since we already call _ensure_cache_loaded at the start of the method, we can use get_blind to avoid self._vms[name] > __getitem__ > __contains __ > get_blind

Remove app.cache_enabled logic

The VMCollection should not have to interact with app.cache_enabled, this should be internal to app. In other words, even if we pass a power_state= in __init__, if cache_enabled=False, then the app object should not used the passed value.
Looking at QubeBase's code, this is already the case: _power_state_cache is only not-None if cache_enabled=True - so in practice this should not change any behavior, only cleanup the code.

Note (see test test_101_list_selected): this "fixes" the fact that calling qvm-ls on a selected subset of VMs calls admin.vm.CurrentState even though this data is already returned by admin.vm.List. If I understand correctly this behavior was due to the fact that when ArgParser fetches a subset of VMs, it creates a new app object which by default has cache disabled, before the calling method can itself enable the cache.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.82%. Comparing base (fdca8a5) to head (ebffe8c).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #445      +/-   ##
==========================================
+ Coverage   76.79%   76.82%   +0.03%     
==========================================
  Files          53       53              
  Lines        9367     9359       -8     
==========================================
- Hits         7193     7190       -3     
+ Misses       2174     2169       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hippalectryon-0 hippalectryon-0 force-pushed the refactor-vmcollection branch 2 times, most recently from 75691a8 to c7365b7 Compare March 10, 2026 03:15
@marmarek
Copy link
Copy Markdown
Member

This needs a rebase

@hippalectryon-0
Copy link
Copy Markdown
Author

Rebased

@marmarek
Copy link
Copy Markdown
Member

See failures at https://openqa.qubes-os.org/tests/174895/file/system_tests-tests-qubes.tests.integ.dispvm_perf.log, looks like some tests in https://github.com/QubesOS/qubes-core-admin/tree/main/tests use an API you changed. But TBH, I'm concerned with such changes, this isn't really an internal function, there may be more users of it, so we shouldn't really break it.

@qubesos-bot
Copy link
Copy Markdown

qubesos-bot commented Apr 25, 2026

OpenQA test summary

Complete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026042500-4.3&flavor=pull-requests

Test run included the following:

New failures, excluding unstable

Compared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026032404-devel&flavor=update

Failed tests

67 failures
  • system_tests_dispvm_perf@hw7

  • system_tests_basic_vm_qrexec_gui@hw7

    • TC_20_NonAudio_debian-13-xfce: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_fedora-43-xfce: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_whonix-gateway-18: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_whonix-workstation-18: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

  • system_tests_whonix

    • whonixcheck: fail (unknown)
      Whonixcheck for sys-whonix failed...

    • whonixcheck: Failed (test died)
      # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...

  • system_tests_basic_vm_qrexec_gui

    • TC_20_NonAudio_debian-13-xfce: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_fedora-43-xfce: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_whonix-gateway-18: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_whonix-workstation-18: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

  • system_tests_extra

    • TC_00_QVCTest_fedora-43-xfce: test_010_screenshare (failure + cleanup)
      ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^... AssertionError: 1179648 != 0
  • system_tests_basic_vm_qrexec_gui_zfs

    • TC_20_NonAudio_debian-13-xfce-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_fedora-43-xfce-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_whonix-gateway-18-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_whonix-workstation-18-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

  • system_tests_basic_vm_qrexec_gui_btrfs

    • TC_20_NonAudio_debian-13-xfce-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_fedora-43-xfce-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_whonix-gateway-18-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_whonix-workstation-18-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

  • system_tests_basic_vm_qrexec_gui_ext4

    • TC_20_NonAudio_debian-13-xfce-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_fedora-43-xfce-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_whonix-gateway-18-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_whonix-workstation-18-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

  • system_tests_basic_vm_qrexec_gui_xfs

    • TC_20_NonAudio_debian-13-xfce-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_fedora-43-xfce-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_whonix-gateway-18-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

    • TC_20_NonAudio_whonix-workstation-18-pool: test_500_gui_agent_env_sync (failure)
      AssertionError: unexpected QUBES_ENV_TEST value from session, got '...

  • system_tests_qwt_win10@hw13

    • windows_install: Failed (test died)
      # Test died: Install failed with code 1 at qubesos/tests/windows_in...
  • system_tests_qwt_win10_seamless@hw13

    • windows_install: Failed (test died)
      # Test died: Install failed with code 1 at qubesos/tests/windows_in...
  • system_tests_qwt_win11@hw13

    • windows_clipboard_and_filecopy: unnamed test (unknown)
    • windows_clipboard_and_filecopy: Failed (test died)
      # Test died: no candidate needle with tag(s) 'files-new-text-docume...
  • system_tests_guivm_gpu_gui_interactive@hw13

    • shutdown: unnamed test (unknown)
    • shutdown: Failed (test died)
      # Test died: no candidate needle with tag(s) 'text-logged-in-root' ...
  • system_tests_audio@hw1

  • system_tests_whonix@hw1

    • whonixcheck: fail (unknown)
      Whonixcheck for whonix-gateway-18 failed...

    • whonixcheck: fail (unknown)
      Whonixcheck for sys-whonix failed...

    • whonixcheck: Failed (test died)
      # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...

Fixed failures

Compared to: https://openqa.qubes-os.org/tests/170766#dependencies

33 fixed
  • system_tests_network

    • system_tests: Fail (unknown)
      Tests qubes.tests.integ.network failed (exit code 1), details repor...

    • system_tests: Failed (test died)
      # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...

    • VmNetworking_debian-13-xfce: test_203_fake_ip_inter_vm_allow (failure)
      ^... AssertionError: 1 != 0

  • system_tests_pvgrub_salt_storage

    • system_tests: Fail (unknown)
      Tests qubes.tests.integ.grub failed (exit code 1), details reported...

    • system_tests: Failed (test died)
      # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...

    • TC_41_HVMGrub_debian-13-xfce: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_debian-13-xfce: test_011_template_based_vm_dracut (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_fedora-42-xfce: test_000_standalone_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_fedora-42-xfce: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_extra

    • TC_01_InputProxyExclude_debian-13-xfce: test_000_qemu_tablet (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_gui_interactive

    • collect_logs: wait_serial (wait serial expected)
      # wait_serial expected: qr/Dhelp-\d+-/...

    • collect_logs: Failed (test died + timed out)
      # Test died: command 'curl --form upload=@journalctl.log --form upn...

  • system_tests_network_ipv6

    • system_tests: Fail (unknown)
      Tests qubes.tests.integ.network_ipv6 failed (exit code 1), details ...

    • system_tests: Failed (test died)
      # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...

    • VmIPv6Networking_fedora-42-xfce: test_113_reattach_after_provider_kill (failure)
      ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError: 1 != 0

  • system_tests_kde_gui_interactive

    • collect_logs: wait_serial (wait serial expected)
      # wait_serial expected: qr/bMse8-\d+-/...

    • collect_logs: Failed (test died + timed out)
      # Test died: command 'curl --form upload=@journalctl.log --form upn...

  • system_tests_audio

    • system_tests: Fail (unknown)
      Tests qubes.tests.integ.audio failed (exit code 1), details reporte...

    • system_tests: Failed (test died)
      # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...

    • TC_20_AudioVM_Pulse_whonix-workstation-18: test_225_audio_rec_unmuted_hvm (failure)
      AssertionError: too short audio, expected 10s, got 7.59433106575963...

    • TC_20_AudioVM_PipeWire_debian-13-xfce: test_251_audio_playback_audiovm_pipewire_late_start (failure)
      AssertionError: pacat for test-inst-vm1 (xid 48) running(False) in ...

  • system_tests_qwt_win11@hw13

    • windows_install: Failed (test died)
      # Test died: Install failed with code 1 at qubesos/tests/windows_in...
  • system_tests_guivm_vnc_gui_interactive

    • collect_logs: wait_serial (wait serial expected)
      # wait_serial expected: qr/C_fDy-\d+-/...

    • collect_logs: Failed (test died + timed out)
      # Test died: command 'curl --form upload=@journalctl.log --form upn...

  • system_tests_network_updates

    • system_tests: Fail (unknown)
      Tests qubes.tests.integ.dom0_update failed (exit code 1), details r...

    • system_tests: Failed (test died)
      # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...

    • TC_00_Dom0Upgrade_whonix-gateway-18: test_020_install_wrong_sign (error)
      subprocess.CalledProcessError: Command 'timeout=120; while ! tor-ci...

    • TC_11_QvmTemplateMgmtVM_debian-13-xfce: test_000_template_list (failure)
      qvm-template: error: No matching templates to list

    • TC_11_QvmTemplateMgmtVM_debian-13-xfce: test_010_template_install (failure)
      qvm-template: error: Template 'debian-12-minimal' not found.

    • TC_11_QvmTemplateMgmtVM_fedora-42-xfce: test_000_template_list (failure)
      qvm-template: error: No matching templates to list

    • TC_11_QvmTemplateMgmtVM_fedora-42-xfce: test_010_template_install (failure)
      qvm-template: error: Template 'debian-12-minimal' not found.

    • TC_11_QvmTemplateMgmtVM_whonix-gateway-18: test_000_template_list (failure)
      qvm-template: error: No matching templates to list

    • TC_11_QvmTemplateMgmtVM_whonix-gateway-18: test_010_template_install (failure)
      qvm-template: error: Template 'debian-12-minimal' not found.

Unstable tests

Details
  • system_tests_guivm_gui_interactive

    collect_logs/Failed (1/5 times with errors)
    • job 172256 # Test died: command 'curl --form upload=@journalctl.log --form upn...
    collect_logs/wait_serial (1/5 times with errors)
    • job 172256 # wait_serial expected: qr/v3Six-\d+-/...
    collect_logs/wait_serial (1/5 times with errors)
    • job 172256 # wait_serial expected: qr/6OJPL-\d+-/...
  • system_tests_guivm_vnc_gui_interactive

    collect_logs/Failed (1/5 times with errors)
    • job 172242 # Test died: command 'curl --form upload=@journalctl.log --form upn...
    collect_logs/wait_serial (1/5 times with errors)
    • job 172242 # wait_serial expected: qr/73DgV-\d+-/...
    collect_logs/wait_serial (1/5 times with errors)
    • job 172242 # wait_serial expected: qr/uOleL-\d+-/...

Performance Tests

Performance degradation:

9 performance degradations
  • dom0_root_seq1m_q8t1_write 3:write_bandwidth_kb: 123944.00 🔻 ( previous job: 217546.00, degradation: 56.97%)
  • dom0_root_seq1m_q1t1_read 3:read_bandwidth_kb: 57842.00 🔻 ( previous job: 70705.00, degradation: 81.81%)
  • dom0_root_seq1m_q1t1_write 3:write_bandwidth_kb: 21462.00 🔻 ( previous job: 42537.00, degradation: 50.45%)
  • dom0_root_rnd4k_q32t1_read 3:read_bandwidth_kb: 4647.00 🔻 ( previous job: 12342.00, degradation: 37.65%)
  • dom0_root_rnd4k_q32t1_write 3:write_bandwidth_kb: 2378.00 🔻 ( previous job: 3011.00, degradation: 78.98%)
  • dom0_root_rnd4k_q1t1_write 3:write_bandwidth_kb: 45.00 🔻 ( previous job: 793.00, degradation: 5.67%)
  • dom0_varlibqubes_seq1m_q8t1_read 3:read_bandwidth_kb: 129756.00 🔻 ( previous job: 233483.00, degradation: 55.57%)
  • dom0_varlibqubes_seq1m_q1t1_read 3:read_bandwidth_kb: 88233.00 🔻 ( previous job: 370521.00, degradation: 23.81%)
  • dom0_varlibqubes_seq1m_q1t1_write 3:write_bandwidth_kb: 40899.00 🔻 ( previous job: 154458.00, degradation: 26.48%)

Remaining performance tests:

75 tests
  • debian-13-xfce_dom0-dispvm-api (mean:6.272): 75.26 🟢 ( previous job: 81.47, improvement: 92.38%)
  • debian-13-xfce_dom0-dispvm-gui-api (mean:7.906): 94.88 🔻 ( previous job: 92.38, degradation: 102.70%)
  • debian-13-xfce_dom0-vm-api (mean:0.035): 0.42 🟢 ( previous job: 0.46, improvement: 91.72%)
  • debian-13-xfce_dom0-vm-gui-api (mean:0.042): 0.50 🟢 ( previous job: 0.51, improvement: 98.81%)
  • fedora-43-xfce_dom0-dispvm-api (mean:7.093): 85.12
  • fedora-43-xfce_dom0-dispvm-gui-api (mean:8.976): 107.71
  • fedora-43-xfce_dom0-vm-api (mean:0.032): 0.38
  • fedora-43-xfce_dom0-vm-gui-api (mean:0.043): 0.52
  • whonix-workstation-18_dom0-dispvm-api (mean:7.716): 92.59 🟢 ( previous job: 114.77, improvement: 80.68%)
  • whonix-workstation-18_dom0-dispvm-gui-api (mean:9.639): 115.67 🟢 ( previous job: 127.27, improvement: 90.88%)
  • whonix-workstation-18_dom0-vm-api (mean:0.033): 0.40 🟢 ( previous job: 0.58, improvement: 68.75%)
  • whonix-workstation-18_dom0-vm-gui-api (mean:0.046): 0.55 🟢 ( previous job: 0.62, improvement: 87.80%)
  • debian-13-xfce_exec: 6.58 🟢 ( previous job: 7.30, improvement: 90.09%)
  • debian-13-xfce_exec-root: 26.62 🔻 ( previous job: 26.58, degradation: 100.18%)
  • debian-13-xfce_socket: 8.51 🔻 ( previous job: 8.02, degradation: 106.09%)
  • debian-13-xfce_socket-root: 8.98 🔻 ( previous job: 8.38, degradation: 107.13%)
  • debian-13-xfce_exec-data-simplex: 64.24 🟢 ( previous job: 66.06, improvement: 97.24%)
  • debian-13-xfce_exec-data-duplex: 63.22 🔻 ( previous job: 61.22, degradation: 103.26%)
  • debian-13-xfce_exec-data-duplex-root: 73.33 🔻 ( previous job: 72.95, degradation: 100.51%)
  • debian-13-xfce_socket-data-duplex: 91.14 🔻 ( previous job: 86.03, degradation: 105.94%)
  • fedora-43-xfce_exec: 9.21
  • fedora-43-xfce_exec-root: 69.40
  • fedora-43-xfce_socket: 7.46
  • fedora-43-xfce_socket-root: 8.29
  • fedora-43-xfce_exec-data-simplex: 67.90
  • fedora-43-xfce_exec-data-duplex: 65.38
  • fedora-43-xfce_exec-data-duplex-root: 92.65
  • fedora-43-xfce_socket-data-duplex: 89.11
  • whonix-gateway-18_exec: 6.66 🟢 ( previous job: 7.69, improvement: 86.53%)
  • whonix-gateway-18_exec-root: 126.96 🟢 ( previous job: 132.16, improvement: 96.06%)
  • whonix-gateway-18_socket: 7.95 🟢 ( previous job: 8.05, improvement: 98.72%)
  • whonix-gateway-18_socket-root: 7.73 🔻 ( previous job: 7.16, degradation: 107.97%)
  • whonix-gateway-18_exec-data-simplex: 63.70 🟢 ( previous job: 64.40, improvement: 98.90%)
  • whonix-gateway-18_exec-data-duplex: 66.52 🔻 ( previous job: 63.65, degradation: 104.51%)
  • whonix-gateway-18_exec-data-duplex-root: 125.16 🔻 ( previous job: 123.30, degradation: 101.50%)
  • whonix-gateway-18_socket-data-duplex: 98.17 🟢 ( previous job: 113.72, improvement: 86.33%)
  • whonix-workstation-18_exec: 8.00 🟢 ( previous job: 8.20, improvement: 97.50%)
  • whonix-workstation-18_exec-root: 147.39 🔻 ( previous job: 138.84, degradation: 106.15%)
  • whonix-workstation-18_socket: 8.22 🔻 ( previous job: 8.19, degradation: 100.30%)
  • whonix-workstation-18_socket-root: 7.89 🟢 ( previous job: 8.92, improvement: 88.42%)
  • whonix-workstation-18_exec-data-simplex: 62.88 🟢 ( previous job: 63.54, improvement: 98.95%)
  • whonix-workstation-18_exec-data-duplex: 61.77 🔻 ( previous job: 59.45, degradation: 103.90%)
  • whonix-workstation-18_exec-data-duplex-root: 138.31 🟢 ( previous job: 139.63, improvement: 99.06%)
  • whonix-workstation-18_socket-data-duplex: 82.32 🔻 ( previous job: 80.77, degradation: 101.91%)
  • dom0_root_seq1m_q8t1_read 3:read_bandwidth_kb: 493447.00 🟢 ( previous job: 485002.00, improvement: 101.74%)
  • dom0_root_rnd4k_q1t1_read 3:read_bandwidth_kb: 11990.00 🟢 ( previous job: 1182.00, improvement: 1014.38%)
  • dom0_varlibqubes_seq1m_q8t1_write 3:write_bandwidth_kb: 121378.00 🟢 ( previous job: 34913.00, improvement: 347.66%)
  • dom0_varlibqubes_rnd4k_q32t1_read 3:read_bandwidth_kb: 52105.00 🟢 ( previous job: 27602.00, improvement: 188.77%)
  • dom0_varlibqubes_rnd4k_q32t1_write 3:write_bandwidth_kb: 9395.00 🟢 ( previous job: 8434.00, improvement: 111.39%)
  • dom0_varlibqubes_rnd4k_q1t1_read 3:read_bandwidth_kb: 8370.00 🟢 ( previous job: 7112.00, improvement: 117.69%)
  • dom0_varlibqubes_rnd4k_q1t1_write 3:write_bandwidth_kb: 4119.00 🔻 ( previous job: 4565.00, degradation: 90.23%)
  • fedora-43-xfce_root_seq1m_q8t1_read 3:read_bandwidth_kb: 414948.00
  • fedora-43-xfce_root_seq1m_q8t1_write 3:write_bandwidth_kb: 175917.00
  • fedora-43-xfce_root_seq1m_q1t1_read 3:read_bandwidth_kb: 317269.00
  • fedora-43-xfce_root_seq1m_q1t1_write 3:write_bandwidth_kb: 29931.00
  • fedora-43-xfce_root_rnd4k_q32t1_read 3:read_bandwidth_kb: 83894.00
  • fedora-43-xfce_root_rnd4k_q32t1_write 3:write_bandwidth_kb: 2980.00
  • fedora-43-xfce_root_rnd4k_q1t1_read 3:read_bandwidth_kb: 6441.00
  • fedora-43-xfce_root_rnd4k_q1t1_write 3:write_bandwidth_kb: 268.00
  • fedora-43-xfce_private_seq1m_q8t1_read 3:read_bandwidth_kb: 393314.00
  • fedora-43-xfce_private_seq1m_q8t1_write 3:write_bandwidth_kb: 90264.00
  • fedora-43-xfce_private_seq1m_q1t1_read 3:read_bandwidth_kb: 227654.00
  • fedora-43-xfce_private_seq1m_q1t1_write 3:write_bandwidth_kb: 52958.00
  • fedora-43-xfce_private_rnd4k_q32t1_read 3:read_bandwidth_kb: 78594.00
  • fedora-43-xfce_private_rnd4k_q32t1_write 3:write_bandwidth_kb: 1831.00
  • fedora-43-xfce_private_rnd4k_q1t1_read 3:read_bandwidth_kb: 8843.00
  • fedora-43-xfce_private_rnd4k_q1t1_write 3:write_bandwidth_kb: 425.00
  • fedora-43-xfce_volatile_seq1m_q8t1_read 3:read_bandwidth_kb: 427466.00
  • fedora-43-xfce_volatile_seq1m_q8t1_write 3:write_bandwidth_kb: 63808.00
  • fedora-43-xfce_volatile_seq1m_q1t1_read 3:read_bandwidth_kb: 346178.00
  • fedora-43-xfce_volatile_seq1m_q1t1_write 3:write_bandwidth_kb: 46610.00
  • fedora-43-xfce_volatile_rnd4k_q32t1_read 3:read_bandwidth_kb: 83163.00
  • fedora-43-xfce_volatile_rnd4k_q32t1_write 3:write_bandwidth_kb: 2431.00
  • fedora-43-xfce_volatile_rnd4k_q1t1_read 3:read_bandwidth_kb: 6914.00
  • fedora-43-xfce_volatile_rnd4k_q1t1_write 3:write_bandwidth_kb: 1824.00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants