]> git.proxmox.com Git - mirror_zfs.git/commit
Remove "index" column from dbufstat.py
authorOlaf Faaland <faaland1@llnl.gov>
Sat, 12 Dec 2015 01:56:44 +0000 (17:56 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 15 Dec 2015 22:40:21 +0000 (14:40 -0800)
commita6c6e0f5837402ec82e4c8bd49c867a1d1dd5376
treef57b6d9fa2975d5e3ba6241435280397ea1d0440
parent799402d8c79d3fb3ef75e181a5abed1af8ccc242
Remove "index" column from dbufstat.py

Commit ca0bf58d to address arcs_mtx contention removed column "index"
from the output of kstats/dbuf.

dbufstat.py was not updated to reflect this, which causes it to crash
when run with -bx

This removes "index" from hardcoded lists of columns.

Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4096
cmd/dbufstat/dbufstat.py