This happens to me all the time, can barely use the tool as it is now.
happens on AMD EPYC 7502P 32-Core Processor with high load.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1866619
Title:
Overfl
It will produce output like this:
usr sys idl wai stl| read writ| recv send| in out | int csw
11 3 86 0 0|1407B 1294k| 0 0 | 0 0 | 26k 59k
44 8 48 0 0| 0 6176k|3442k 5642k| 0 0 | 70k 243k
36 7 57 0 0| 0 2768k|1533k 2351k| 0 0 | 58k 206k
34 7 59 0 0| 0 14M|3895k 5211k| 0 0 | 63k 210k
28 7 66 0
This will solve the issue:
--- /usr/bin/dstat.orig 2020-06-05 08:54:42.376561626 +0200
+++ /usr/bin/dstat 2020-06-05 09:05:08.316386102 +0200
@@ -2034,6 +2034,8 @@
"Convert decimal to string given base and length"
c = 0
while True:
+if var == float('inf'):
+