Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9db07f6
)
Simple script to monitor lustre/portals stuff in /proc/slabinfo
author
adilger
<adilger>
Tue, 29 Oct 2002 20:34:31 +0000
(20:34 +0000)
committer
adilger
<adilger>
Tue, 29 Oct 2002 20:34:31 +0000
(20:34 +0000)
lustre/tests/runslabinfo
[new file with mode: 0755]
patch
|
blob
diff --git a/lustre/tests/runslabinfo
b/lustre/tests/runslabinfo
new file mode 100755
(executable)
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