JonMagon / KDiskMark

A simple open-source disk benchmark tool for Linux distros

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchmarking non-traditional mount points

Damage6969 opened this issue · comments

  • Linux-distro (kernel version): Nixos Unstable (kernel 6.6.11)
  • Desktop Environment (KDE/GNOME etc.): KDE 5.27.10
  • Qt Version: 5.15.11
  • KDiskMark Version: 3.0.0
  • FIO Version: fio-3.26

Description:

NixOS does not follow the FHS and filesystems are not always available to test from Kdiskmark. Is it possible to make the options more flexible rather than the limited drop-down menu.
This is discussed in https://discourse.nixos.org/t/kdiskmark-question-and-benchmarking-zfs/24940 but I'm not sure I understand enough to explain fully...but your app is so useful in general it would be great to be more usable on NixOS.

Steps To Reproduce:

Can confirm, getting nothing on the dropdown.

framework/root on / type zfs (rw,relatime,xattr,posixacl,casesensitive,x-initrd.mount)
framework/root on /nix/store type zfs (ro,relatime,xattr,posixacl,casesensitive)
framework/home on /home type zfs (rw,relatime,xattr,posixacl,casesensitive)
/dev/nvme0n1p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)

Hello! I don't quite understand why you're using a release that's almost two years old. In the current version you can choose the test directory through the file manager. Or is it not working for some reason?

Ah, sorry, it is quite unusual for nixpkgs to be this outdated. I'll see if I can submit a PR there.

being tracked here: NixOS/nixpkgs#288153