Whamcloud - gitweb
Simple script to monitor lustre/portals stuff in /proc/slabinfo
authoradilger <adilger>
Tue, 29 Oct 2002 20:34:31 +0000 (20:34 +0000)
committeradilger <adilger>
Tue, 29 Oct 2002 20:34:31 +0000 (20:34 +0000)
lustre/tests/runslabinfo [new file with mode: 0755]

diff --git a/lustre/tests/runslabinfo b/lustre/tests/runslabinfo
new file mode 100755 (executable)
index 0000000..c0f0e1e
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+while sleep 1 ; do
+       egrep "ll_|ldlm|filp|dentry|inode|portals|size-[0-9]* " /proc/slabinfo
+done