Skip to content

Commit

Permalink
arcstat: add structural, types, states breakdown
Browse files Browse the repository at this point in the history
Signed-off-by: Theera K. <[email protected]>

arcstat: add structural, types, states breakdown

add ARC structural breakdown, ARC types breakdown, ARC states breakdown similar to arc_summary

Signed-off-by: Theera K. <[email protected]>

rename column names to fit 5 chars

Signed-off-by: Theera K. <[email protected]>

rename column names to fit 5 chars

Signed-off-by: Theera K. <[email protected]>

add data target, metadata target

Signed-off-by: Theera K. <[email protected]>

add data target, metadata target

Signed-off-by: Theera K. <[email protected]>

fix abd typo

Signed-off-by: Theera K. <[email protected]>

fix abd typo

Signed-off-by: Theera K. <[email protected]>

make column name a bit shorter

Signed-off-by: Theera K. <[email protected]>

make column name a bit shorter

Signed-off-by: Theera K. <[email protected]>

fix structural typo

Signed-off-by: Theera K. <[email protected]>

Delete cmd/arc_summary.py

incorrect file extension

Signed-off-by: Theera K. <[email protected]>

fix structural typo

Signed-off-by: Theera K. <[email protected]>

arcstat: add structural, types, states breakdown

add ARC structural breakdown, ARC types breakdown, ARC states breakdown similar to arc_summary

Signed-off-by: Theera K. <[email protected]>

Update arcstat: add Anonymous, MFU, MRU, Uncached

Signed-off-by: Theera K. <[email protected]>

Update arcstat: add Anonymous, MFU, MRU, Uncached

Signed-off-by: Theera K. <[email protected]>

Update arcstat: add Anonymous, MFU, MRU, Uncached

Signed-off-by: Theera K. <[email protected]>

Update arcstat.1 : add mfusz, mrusz, l2wbytes

Signed-off-by: Theera K. <[email protected]>

Update arcstat: add mfusz, mrusz, l2wbytes

mfusz: MFU size
mrusz: MRU size
l2wbytes: Bytes write per second to the L2ARC

Signed-off-by: Theera K. <[email protected]>

remove extra spaces

Signed-off-by: Theera K. <[email protected]>

arcstat: add target size of data, meta, MFU, MRU

arcstat: add target size of ARC data, ARC metadata, MFU, MRU

Signed-off-by: Theera K. <[email protected]>

arcstat: add target size of data, meta, MFU, MRU

arcstat: add target size of ARC data, ARC metadata, MFU, MRU

Signed-off-by: Theera K. <[email protected]>

shorten new column names; show decimal when < 10

Signed-off-by: Theera K. <[email protected]>

prettynum: add special case when interval is 1

when interval is 1 only show decimal when value is < 1

Signed-off-by: Theera K. <[email protected]>

fix scale == 100 & change prettynum()

Signed-off-by: Theera K. <[email protected]>

fix prettynum rounding

Signed-off-by: Theera K. <[email protected]>
  • Loading branch information
tkittich committed Sep 15, 2024
1 parent d4d7945 commit 922b933
Show file tree
Hide file tree
Showing 3 changed files with 376 additions and 89 deletions.
2 changes: 1 addition & 1 deletion cmd/arc_summary
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def section_arc(kstats_dict):
l2_hdr_size = arc_stats['l2_hdr_size']
abd_chunk_waste_size = arc_stats['abd_chunk_waste_size']

prt_1('ARC structal breakdown (current size):', f_bytes(arc_size))
prt_1('ARC structural breakdown (current size):', f_bytes(arc_size))
prt_i2('Compressed size:',
f_perc(compressed_size, arc_size), f_bytes(compressed_size))
prt_i2('Overhead size:',
Expand Down
Loading

0 comments on commit 922b933

Please sign in to comment.