From 8f67be40f3ec19684bacc58aaa78038e08d4ab5f Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 29 Oct 2002 20:34:31 +0000 Subject: [PATCH] Simple script to monitor lustre/portals stuff in /proc/slabinfo --- lustre/tests/runslabinfo | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 lustre/tests/runslabinfo diff --git a/lustre/tests/runslabinfo b/lustre/tests/runslabinfo new file mode 100755 index 0000000..c0f0e1e --- /dev/null +++ b/lustre/tests/runslabinfo @@ -0,0 +1,4 @@ +#!/bin/sh +while sleep 1 ; do + egrep "ll_|ldlm|filp|dentry|inode|portals|size-[0-9]* " /proc/slabinfo +done -- 1.8.3.1