[SOLVED] arcstat - broken stats

amstel

Active Member
Jul 18, 2019
5
0
41
25
Hi guys,

I upgraded Proxmox from 7 to 8.
I am trying to tune memory for ZFS but the command arcstat seems broken:

Code:
# arcstat
    time  read  ddread  ddh%  dmread  dmh%  pread  ph%   size      c  avail
Traceback (most recent call last):
  File "/usr/sbin/arcstat", line 637, in <module>
    main()
  File "/usr/sbin/arcstat", line 621, in main
    calculate()
  File "/usr/sbin/arcstat", line 481, in calculate
    v["iohs"] = d["iohits"] // sint
How can I fix it?