commit f8226584f660d9922f2a95e5594a1805976a9998
Author: Antonio Huete Jimenez <[email protected]>
Date: Tue Jan 13 11:49:20 2015 +0100
debug - Add bufqueues program
- A program to list buf(9) stats on a live system, vkernel or a
system dump.
root@andromeda:/root# bufqueues
NONE LOCKED CLEAN DIRTY DIRTY_HW EMPTYKVA EMPTY OFF-QUEUE KVMFAIL
0 2 3903 2 61 34 12 0 14
0 2 3903 2 61 34 12 0 14
0 2 3903 2 61 34 12 0 14
0 2 3979 0 0 17 12 0 10
...
Summary of changes:
test/debug/Makefile | 5 +-
test/debug/bufqueues.c | 259 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 263 insertions(+), 1 deletion(-)
create mode 100644 test/debug/bufqueues.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f8226584f660d9922f2a95e5594a1805976a9998
--
DragonFly BSD source repository