Valmiky Arquissandas 2d02bba23d
arcstat: Fix integer division with python3
The arcstat script requests compatibility with python2 and python3, but
PEP 238 modified the / operator and results in erroneous output when
run under python3.

This commit replaces instances of / with //, yielding the expected
result in both versions of Python.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Signed-off-by: Valmiky Arquissandas <foss@kayvlim.com>
Closes #12603
2021-10-08 09:32:27 -06:00
..
2021-09-14 10:17:54 -06:00
2021-09-14 10:17:54 -06:00
2021-09-14 10:17:54 -06:00
2021-07-26 12:07:26 -07:00
2021-07-26 12:07:26 -07:00
2021-01-26 16:12:26 -08:00
2021-09-14 10:17:54 -06:00
2021-07-26 12:07:26 -07:00