Here's another nail in the coffin -- JFI:

27-08 13:03:26| 16 4 81 0 0| 0 113M| 17M 17M| 0 0 | 92k 138k
Traceback (most recent call last):
  File "/usr/bin/dstat", line 2847, in <module>
    main()
  File "/usr/bin/dstat", line 2687, in main
    scheduler.run()
  File "/usr/lib/python3.12/sched.py", line 151, in run
    action(*argument, **kwargs)
  File "/usr/bin/dstat", line 2804, in perform
    line = line + o.show() + o.showend(totlist, vislist)
                  ^^^^^^^^
  File "/usr/bin/dstat", line 519, in show
    line = line + cprintlist(self.val[name], ctype, self.width, scale)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/dstat", line 2087, in cprintlist
    ret = ret + sep + cprint(var, ctype, width, scale)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/dstat", line 2137, in cprint
    ret, c = dchg(var, width, base)
             ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/dstat", line 2037, in dchg
    ret = str(int(round(var)))
                  ^^^^^^^^^^
OverflowError: cannot convert float infinity to integer

Reply via email to