Hi,
i did a fresh proxmox-install on a SSD.
If I run pveperf I get the following result:
root@pve:~# pveperf
CPU BOGOMIPS: 179207.68
REGEX/SECOND: 3038160
HD SIZE: 28.91 GB (/dev/mapper/pve-root)
BUFFERED READS: 522.68 MB/sec
AVERAGE SEEK TIME: 0.08 ms
FSYNCS/SECOND: 223.16
DNS EXT: 38.34 ms
DNS INT: 48.91 ms (fritz.box)
Here is another machine (the root is an nvme drive):
root@pvefw:~# pveperf
CPU BOGOMIPS: 48000.00
REGEX/SECOND: 897602
HD SIZE: 58.07 GB (/dev/mapper/pve-root)
BUFFERED READS: 338.97 MB/sec
AVERAGE SEEK TIME: 0.08 ms
FSYNCS/SECOND: 1079.61
DNS EXT: 37.57 ms
DNS INT: 1.14 ms (localhost)
They both are not great, right? How can I fix the DNS INT from the first one?
If I run pveperf on /dev/mapper
root@pve:~# pveperf /dev/mapper
CPU BOGOMIPS: 179207.68
REGEX/SECOND: 3018220
HD SIZE: 31.32 GB (udev)
FSYNCS/SECOND: 167080.28
DNS EXT: 33.38 ms
DNS INT: 52.09 ms (fritz.box)
root@pvefw:~# pveperf /dev/mapper
CPU BOGOMIPS: 48000.00
REGEX/SECOND: 883821
HD SIZE: 15.64 GB (udev)
FSYNCS/SECOND: 27287.82
DNS EXT: 44.54 ms
DNS INT: 1.31 ms (localhost)
my etc/fstab looks like:
pve:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=D4C4-AB55 /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
UUID=b332dd18-14db-4aea-8424-62a46e143467 /mnt/proxmox_vm ext4 discard,noatime,nodiratime 0 1
UUID=74cf6b19-807f-4528-9f87-d19fe89036f6 /mnt/proxmox_backup ext4 discard,noatime,nodiratime 0 1
pvefw:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=5D14-25AB /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
I looked around but I can't get it figured out what causes these bad fsyncs?!
i did a fresh proxmox-install on a SSD.
If I run pveperf I get the following result:
root@pve:~# pveperf
CPU BOGOMIPS: 179207.68
REGEX/SECOND: 3038160
HD SIZE: 28.91 GB (/dev/mapper/pve-root)
BUFFERED READS: 522.68 MB/sec
AVERAGE SEEK TIME: 0.08 ms
FSYNCS/SECOND: 223.16
DNS EXT: 38.34 ms
DNS INT: 48.91 ms (fritz.box)
Here is another machine (the root is an nvme drive):
root@pvefw:~# pveperf
CPU BOGOMIPS: 48000.00
REGEX/SECOND: 897602
HD SIZE: 58.07 GB (/dev/mapper/pve-root)
BUFFERED READS: 338.97 MB/sec
AVERAGE SEEK TIME: 0.08 ms
FSYNCS/SECOND: 1079.61
DNS EXT: 37.57 ms
DNS INT: 1.14 ms (localhost)
They both are not great, right? How can I fix the DNS INT from the first one?
If I run pveperf on /dev/mapper
root@pve:~# pveperf /dev/mapper
CPU BOGOMIPS: 179207.68
REGEX/SECOND: 3018220
HD SIZE: 31.32 GB (udev)
FSYNCS/SECOND: 167080.28
DNS EXT: 33.38 ms
DNS INT: 52.09 ms (fritz.box)
root@pvefw:~# pveperf /dev/mapper
CPU BOGOMIPS: 48000.00
REGEX/SECOND: 883821
HD SIZE: 15.64 GB (udev)
FSYNCS/SECOND: 27287.82
DNS EXT: 44.54 ms
DNS INT: 1.31 ms (localhost)
my etc/fstab looks like:
pve:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=D4C4-AB55 /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
UUID=b332dd18-14db-4aea-8424-62a46e143467 /mnt/proxmox_vm ext4 discard,noatime,nodiratime 0 1
UUID=74cf6b19-807f-4528-9f87-d19fe89036f6 /mnt/proxmox_backup ext4 discard,noatime,nodiratime 0 1
pvefw:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=5D14-25AB /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
I looked around but I can't get it figured out what causes these bad fsyncs?!