From 585607136796e9b93dd6e204ea8eb11ae045c62d Mon Sep 17 00:00:00 2001 From: cable2999 Date: Fri, 16 Oct 2015 12:06:33 -0500 Subject: [PATCH] Update arcstat.py to remove deprecated rmis reference. Running arcstat.py -x currently throws KeyError due to rmis being absent, it was removed in commit ca0bf58. Signed-off-by: cable2999 Signed-off-by: Brian Behlendorf Closes #3931 --- cmd/arcstat/arcstat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/arcstat/arcstat.py b/cmd/arcstat/arcstat.py index bbf43100aa..8bd0d511dd 100755 --- a/cmd/arcstat/arcstat.py +++ b/cmd/arcstat/arcstat.py @@ -97,8 +97,8 @@ cols = { v = {} hdr = ["time", "read", "miss", "miss%", "dmis", "dm%", "pmis", "pm%", "mmis", "mm%", "arcsz", "c"] -xhdr = ["time", "mfu", "mru", "mfug", "mrug", "eskip", "mtxmis", "rmis", - "dread", "pread", "read"] +xhdr = ["time", "mfu", "mru", "mfug", "mrug", "eskip", "mtxmis", "dread", + "pread", "read"] sint = 1 # Default interval is 1 second count = 1 # Default count is 1 hdr_intr = 20 # Print header every 20 lines of output