Whamcloud - gitweb
b=3643
[fs/lustre-release.git] / lustre / tests / runslabinfo
index 48d6602..070a186 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 while sleep 1 ; do
-       egrep "ll_|ldlm|filp|dentry|inode|portals|size-[0-9]* " /proc/slabinfo
         echo '-----------------------'
+       egrep "ll_|ldlm|filp|dentry|inode|portals|size-[0-9]* " /proc/slabinfo
+       cat /proc/meminfo
 done