Skip to content

Commit

Permalink
rename column names to fit 5 chars
Browse files Browse the repository at this point in the history
Signed-off-by: Theera K. <[email protected]>
  • Loading branch information
tkittich authored Sep 9, 2024
1 parent 13539d4 commit c77c2e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/arcstat.in
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ cols = {

# ARC structural breakdown from arc_summary
structfields = {
"cp": ["compressed", "Compressed"],
"oh": ["overhead", "Overhead"],
"bn": ["bonus", "Bonus"],
"dn": ["dnode", "Dnode"],
"db": ["dbuf", "Dbuf"],
"cmp": ["compressed", "Compressed"],
"ovh": ["overhead", "Overhead"],
"bon": ["bonus", "Bonus"],
"dno": ["dnode", "Dnode"],
"dbu": ["dbuf", "Dbuf"],
"hdr": ["hdr", "Header"],
"l2h": ["l2_hdr", "L2 header"],
"abd": ["abd_chunk_waste", "ABD chunk waste"],
Expand Down

0 comments on commit c77c2e4

Please sign in to comment.