Performance pveperf vs hdparm

sahostking

Renowned Member
Getting this with pveperf on RAID 10 with BBU and writeback and 6x 1TB Enterprise HDD Sata disks

root@vz-cpt-1:~# pveperf
CPU BOGOMIPS: 57595.92
REGEX/SECOND: 1879039
HD SIZE: 35.44 GB (/dev/mapper/pve-root)
BUFFERED READS: 60.59 MB/sec
AVERAGE SEEK TIME: 12.64 ms
FSYNCS/SECOND: 4157.20
DNS EXT: 147.37 ms
DNS INT: 19.43 ms (hkdns.co.za)

root@vz-cpt-1:~# pveperf
CPU BOGOMIPS: 57595.92
REGEX/SECOND: 1799869
HD SIZE: 35.44 GB (/dev/mapper/pve-root)
BUFFERED READS: 50.34 MB/sec
AVERAGE SEEK TIME: 10.45 ms
FSYNCS/SECOND: 3560.79
DNS EXT: 140.05 ms
DNS INT: 19.41 ms (hkdns.co.za)

Buffered reads is low

But using hdparm get this:

/dev/sda:
Timing cached reads: 18112 MB in 2.00 seconds = 9064.94 MB/sec
Timing buffered disk reads: 862 MB in 3.00 seconds = 287.30 MB/sec
root@vz-cpt-1:~# hdparm -Tt /dev/sda

/dev/sda:
Timing cached reads: 17966 MB in 2.00 seconds = 8991.92 MB/sec
Timing buffered disk reads: 1132 MB in 3.00 seconds = 376.88 MB/sec


Anything to worry about?