Skip to content

Commit 4d469ac

Browse files
authored
arcstat: add structural, types, states breakdown
Add ARC structural breakdown, ARC types breakdown, ARC states breakdown similar to arc_summary. Additional cleanups included. Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Theera K. <[email protected]> Closes #16509
1 parent ddf5f34 commit 4d469ac

File tree

3 files changed

+376
-89
lines changed

3 files changed

+376
-89
lines changed

cmd/arc_summary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def section_arc(kstats_dict):
566566
l2_hdr_size = arc_stats['l2_hdr_size']
567567
abd_chunk_waste_size = arc_stats['abd_chunk_waste_size']
568568

569-
prt_1('ARC structal breakdown (current size):', f_bytes(arc_size))
569+
prt_1('ARC structural breakdown (current size):', f_bytes(arc_size))
570570
prt_i2('Compressed size:',
571571
f_perc(compressed_size, arc_size), f_bytes(compressed_size))
572572
prt_i2('Overhead size:',

0 commit comments

Comments
 (0)