diff options
author | Scot W. Stevenson <[email protected]> | 2018-02-28 17:52:34 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-02-28 08:52:34 -0800 |
commit | 19528cf9490bf4519d70028cc794e438303baf12 (patch) | |
tree | f8e897b847a03f70457690848b7dbccd70daacc8 /tests/zfs-tests/include | |
parent | 3e9c9d8a89c8665fc585db88fa911ce60533e79f (diff) |
Add Python 3 rewrite of arc_summary.py
Add new script arc_summary3.py as a complete rewrite of the
arc_summary.py tool (see issue #6873)
Add new options:
-g/--graph - Display crude graphic representation
of ARC status and quit
-r/--raw - Print all available information as
minimally formatted list (for grep)
-s/--section - Print a single section. This
replaces -p/--page, which is kept for
backwards use but marked as
depreciated
Add new sections with information on ZIL and SPL. Notify user
if sections L2ARC and VDEV are skipped instead of failing
silently. Add warning that -p/--page option is depreciated.
Developed for Python 3.5.
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Richard Elling <[email protected]>
Reviewed by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Scot W. Stevenson <[email protected]>
Closes #6873
Closes #6892
Diffstat (limited to 'tests/zfs-tests/include')
-rw-r--r-- | tests/zfs-tests/include/commands.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/zfs-tests/include/commands.cfg b/tests/zfs-tests/include/commands.cfg index 47926abfa..0600fe71c 100644 --- a/tests/zfs-tests/include/commands.cfg +++ b/tests/zfs-tests/include/commands.cfg @@ -91,6 +91,7 @@ export SYSTEM_FILES='arp ps pwd python + python3 quotaon readlink rm @@ -143,6 +144,7 @@ export ZFS_FILES='zdb ztest raidz_test arc_summary.py + arc_summary3.py arcstat.py dbufstat.py zed |