You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arc_summary -d reports the following error at the end of the normal arc_summary output:
...
DMU Prefetch Efficiency: 1.94k
Hit Ratio: 0.26% 5
Miss Ratio: 99.74% 1.94k
Traceback (most recent call last):
File "/usr/sbin/arc_summary", line 991, in <module>
main()
File "/usr/sbin/arc_summary", line 986, in main
page(Kstat)
File "/usr/sbin/arc_summary", line 865, in _tunable_summary
description_list = p.communicate()[0].strip().split('\0')
TypeError: a bytes-like object is required, not 'str'
Describe how to reproduce the problem
Run arc_summary -d
The text was updated successfully, but these errors were encountered:
Thanks, I did not find that issue when I searched for "is:issue arc_summary TypeError". Turns out you have to search for "is:issue arc_summary.py TypeError". This is a duplicate, then, closing.
System information
Python 3.6.9
Describe the problem you're observing
arc_summary -d
reports the following error at the end of the normalarc_summary
output:Describe how to reproduce the problem
Run
arc_summary -d
The text was updated successfully, but these errors were encountered: