I would check two things for the zfs:
- What is the configured ashift. You can find it with
zdb | grep ashift
- Do you have enabled the LZ4 compression on zfs?
Also on what governor cpu frequency are you running?
Code:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
could you also share
zpool status
?
Hello, thanks for your Reply. I got a ashift of 12.
Compression is on everywhere:
root@De-Vre-Prox13:~# zfs get compression
NAME PROPERTY VALUE SOURCE
De-Vre-Prox13Mirror4TB compression on local
De-Vre-Prox13Mirror4TB/vm-101-disk-0 compression on inherited from De-Vre-Prox13Mirror4TB
rpool compression on local
rpool/ROOT compression on inherited from rpool
rpool/ROOT/pve-1 compression on inherited from rpool
rpool/data compression on inherited from rpool
rpool/data/vm-101-disk-0 compression on inherited from rpool
rpool/data/vm-101-disk-1 compression on inherited from rpool
rpool/data/vm-104-disk-0 compression on inherited from rpool
rpool/data/vm-104-disk-1 compression on inherited from rpool
rpool/data/vm-105-disk-0 compression on inherited from rpool
rpool/data/vm-105-disk-1 compression on inherited from rpool
rpool/data/vm-106-disk-0 compression on inherited from rpool
rpool/data/vm-108-disk-0 compression on inherited from rpool
Ashift is 12:
root@De-Vre-Prox13:~# zdb | grep ashift
ashift: 12
ashift: 12
CPU frequency should be around 2.6 ghz, its pending from 1.8 ghz to 2.6 when i open it again and again.
root@De-Vre-Prox13:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
cat: /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors: No such file or directory
root@De-Vre-Prox13:~# cd /sys/devices/system/cpu
root@De-Vre-Prox13:/sys/devices/system/cpu# cd cpu0
root@De-Vre-Prox13:/sys/devices/system/cpu/cpu0# cat /proc/cpuinfo | less
root@De-Vre-Prox13:/sys/devices/system/cpu/cpu0# cat /proc/cpuinfo | less
root@De-Vre-Prox13:/sys/devices/system/cpu/cpu0# cat /proc/cpuinfo | less
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 44
model name : Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
stepping : 2
microcode : 0x1a
cpu MHz : 2527.089
cache size : 12288 KB
physical id : 1
siblings : 8
core id : 0
cpu cores : 4
apicid : 32
initial apicid : 32
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti tpr_shadow vnmi flexpriority ept vpid dtherm ida arat
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds
bogomips : 4788.10
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
Should i turn off compression or even set the Power Management in BIOS to maximum? It is on OS control right now, and i think maximum would pull very much more Power for the Server.
Greetings