04-27-2021, 02:43 PM
Thanks! @sAmI
Okay!.. Can you please submit the output of these commands -run as root- instead:
Edited!..
(04-27-2021, 11:34 AM)sAmI Wrote: (......)
These two commands did not gave any output
# Investigating the used kernel drivers (virtio vs nvme)
lsmod | grep virt
lsmod | grep nvm
(......)
Okay!.. Can you please submit the output of these commands -run as root- instead:
Code: (Select All)
lshw -class storage
lshw -class disk
# for latency
ioping -c 15 /home/mysudoer
# needs root
ioping -c 15 /dev/vda
Edited!..